unIconifyStack | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | Sent when a stack is un-minimized. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop |
Example |
|
Related | Property: 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. |
Tags | windowing |