Sets the label of a Window.
SETWLAB(win, "label")
win |
- |
Optional. A Window, defaults to the current Window. |
"label" |
- |
A string, the window label. |
1 if label was changed, else 0.
setwlab("This is my label")
sets the label of the current Window to: This is my label
SETWLAB, SETHLAB and SETVLAB are used by the menu system.