forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiconifyStack.lcdoc
More file actions
40 lines (27 loc) · 1.04 KB
/
iconifyStack.lcdoc
File metadata and controls
40 lines (27 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name: iconifyStack
Type: message
Syntax: iconifyStack
Summary:
Sent to the <current card> when a <stack> is <minimize|minimized>.
Associations: card
Introduced: 1.0
OS: mac, windows, linux
Platforms: desktop, server
Example:
on iconifyStack -- hide auxiliary window when the stack is iconified
hide stack "Go Back Palette"
end iconifyStack
Description:
Handle the <iconifyStack> <message> if you want to do something special
when the user <minimize|minimizes> a <stack window>.
The terminology varies depending on platform. The <iconifyStack>
<message> is sent when the user <collapse|collapses> (<Mac OS|Mac OS
systems>), <iconify|iconifies> (<Unix|Unix systems>), or
<minimize|minimizes> (OS X systems and <Windows|Windows systems>) the
<stack window>.
References: minimize (glossary), current card (glossary),
stack window (glossary), Windows (glossary), message (glossary),
Mac OS (glossary), collapse (glossary), Unix (glossary),
iconify (glossary), unIconifyStack (message), suspendStack (message),
stack (object), icon (property)
Tags: windowing