.. _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 ========