open-status-window ( gadget title/attributes -- )
Factor handbook » UI framework » Building user interfaces » Status bars and mouse-over help

Next:show-status ( string/f gadget -- )


Vocabulary
ui.gadgets.status-bar

Inputs
gadgeta gadget
title/attributesa string or a world-attributes tuple


Outputs
None

Word description
Like open-window, with the additional feature that the new window will have a status bar displaying the value stored in the world's status slot.

See also
show-status, hide-status

Definition