hiGetWindowState
hiGetWindowState(w_windowId) =>s_state/nil
Description
Returns the display state of a window: mapped, unmapped, or iconified.
This function is not available in Concept SKILL. For more information, see
Argument
Value Returned
Example
Returns the display state of the win3 window.
hiGetWindowState( win3 )
=> unmapped
Returns the display state of the sessionWin window.
hiGetWIndowState( sessionWin )
=> mapped
Related Topics
Return to top