-
-
Notifications
You must be signed in to change notification settings - Fork 19
window_set_caption
drewmccluskey edited this page Feb 12, 2019
·
3 revisions
This will set the window caption to an input string
window_set_caption(caption)| Argument | Description |
|---|---|
string caption |
Name of window |
Returns: void
This will set the window caption of the current window.
window_set_caption("Options");The above code will set the caption of the window to "Options".
Back to window-functions