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 <glossary tag="current card">current card</glossary> when a <object tag="stack">stack</object> is <glossary tag="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> <keyword tag="message box">message</keyword> if you want to do something special when the user <glossary tag="minimize">minimizes</glossary> a <glossary tag="stack window">stack window</glossary>.</p><p/><p><b>Comments:</b></p><p>The terminology varies depending on platform. The <b>iconifyStack</b> <keyword tag="message box">message</keyword> is sent when the user <glossary tag="collapse">collapses</glossary> (<glossary tag="Mac OS">Mac OS systems</glossary>), <glossary tag="iconify">iconifies</glossary> (<glossary tag="Unix">Unix systems</glossary>), or <glossary tag="minimize">minimizes</glossary> (OS X systems and <glossary tag="Windows">Windows systems</glossary>) the <glossary tag="stack window">stack window</glossary>.</p>