iconifyStack

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
iconifyStack
Associationscard
Summary

Sent to the current card when a stack is minimized.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
on iconifyStack -- hide auxiliary window when the stack is iconified
  hide stack "Go Back Palette"
end iconifyStack
RelatedProperty: 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.

Tagswindowing