iconifyStack | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | Sent to the current card when a stack is minimized. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Property: icon Message: unIconifyStack, suspendStack Object: stack Glossary: minimize, current card, stack window, Windows, message, Mac OS, collapse, Unix, iconify |
Description | Handle the iconifyStack message if you want to do something special when the user minimizes a stack window. The terminology varies depending on platform. The iconifyStack message is sent when the user collapses (Mac OSsystems), iconifies (Unix systems), or minimizes (OS X systems and Windows systems) the stack window. |
Tags | windowing |