unIconifyStack

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
unIconifyStack
Associationscard
Summary

Sent when a stack is un-minimized.

Introduced1.0
OSmac, windows, linux
Platformsdesktop
Example
on unIconifyStack -- in stack script
  put return & the short name of me after field "List" \
    of stack "Open Windows List"
end unIconifyStack
RelatedProperty: startUpIconic, minimizeBox, decorations, iconic
Message: resumeStack, closeStack, iconifyStack, resizeStack
Object: stack
Glossary: Unix, Windows, Mac OS, stack window
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 systems), un-iconifies (Unix systems), or un-minimizes (Windowssystems) the stack window.

Tagswindowing