root/functions/set-title.r

Revision 111, 193 bytes (checked in by ashley, 10 months ago)

Split requestors off into %rebgui-requestors.r
Requestors and functions now appear in their respective parent objects
Added new on-resize handler
tab-panel.r and chat.r fixes
RebDOC.r enhancements

Line 
1set-title: make function! [
2        "Set and show window title."
3        face [object!] "Window dialog face"
4        title [string!] "Window bar title"
5][
6        face/text: title
7        face/changes: 'text
8        show face
9]
Note: See TracBrowser for help on using the browser.