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
.
CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015