show-status ( string/f gadget -- )
Factor handbook » UI framework » Building user interfaces » Status bars and mouse-over help

Prev:open-status-window ( gadget title/attributes -- )
Next:hide-status ( gadget -- )


Vocabulary
ui.gadgets.worlds

Inputs
string/fa string
gadgeta gadget


Outputs
None

Word description
Displays a status message in the gadget's world.

Notes
The status message will only be visible if the window was opened with open-status-window, and not open-window.

See also
<status-bar>, show-mouse-help, show-summary, hide-status

Definition