Sent when a stack is un-minimized.
# Metadata
Platforms: desktop OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
unIconifyStack
# Examples
on unIconifyStack -- in stack script put return & the short name of me after field "List" \ of stack "Open Windows List" end unIconifyStack
# Description
Handle the unIconifyStack message if you want to do something special when the user expands the window to normal size.
The terminology varies depending on platform. The unIconifyStack message is sent when the user expands (Mac OS), un-iconifies (Unix), or un-minimizes (Windows) the stack window.
# Tags
# See
- **property:** startUpIconic, minimizeBox, decorations, iconic - **message:** resumeStack, closeStack, iconifyStack, resizeStack - **object:** stack - **glossary:** Unix, Windows, Mac OS, stack window