You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Sent to the <glossarytag="current card">current card</glossary> when a <objecttag="stack">stack</object> is <glossarytag="minimize">minimized</glossary>.</summary>
<examples>
<example>on iconifyStack <i>-- hide auxiliary window when the stack is iconified</i></p><p> hide stack "Go Back Palette"</p><p>end iconifyStack</example>
</examples>
<description>
<p>Handle the <b>iconifyStack</b> <keywordtag="message box">message</keyword> if you want to do something special when the user <glossarytag="minimize">minimizes</glossary> a <glossarytag="stack window">stack window</glossary>.</p><p/><p><b>Comments:</b></p><p>The terminology varies depending on platform. The <b>iconifyStack</b> <keywordtag="message box">message</keyword> is sent when the user <glossarytag="collapse">collapses</glossary> (<glossarytag="Mac OS">Mac OS systems</glossary>), <glossarytag="iconify">iconifies</glossary> (<glossarytag="Unix">Unix systems</glossary>), or <glossarytag="minimize">minimizes</glossary> (OS X systems and <glossarytag="Windows">Windows systems</glossary>) the <glossarytag="stack window">stack window</glossary>.</p>