12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_windows_setstatustext:
- =============
- SetStatusText
- =============
- SetStatusText -
- Description
- ===========
- .. code-block:: blitzmax
- SetStatusText( window:TGadget,text$ )
- Set a window's status bar text.
- Can only be used for windows created with the WINDOW_STATUS flag (see #CreateWindow).
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|