The predicate for whether an interface is iconified.
capi
interface-iconified-p pane => iconifiedp
pane⇩ |
A CAPI element. |
iconifiedp |
A boolean. |
The function interface-iconified-p
returns t
if the top level interface containing pane is iconified. An interface is iconified when its display state as returned by top-level-interface-display-state is :iconic
. This means that the window is visible as an icon, also referred to as minimized.
If the top level interface is not iconified, then interface-iconified-p
returns nil
.
hide-interface
top-level-interface
top-level-interface-display-state
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42