forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiconifyStack.xml
More file actions
44 lines (44 loc) · 1.9 KB
/
Copy pathiconifyStack.xml
File metadata and controls
44 lines (44 loc) · 1.9 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
40
41
42
43
44
<doc>
<legacy_id>2086</legacy_id>
<name>iconifyStack</name>
<type>message</type>
<syntax>
<example>iconifyStack</example>
</syntax>
<library></library>
<objects>
<card/>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Windows & Dialog Boxes</category>
</classification>
<references>
<message tag="suspendStack">suspendStack Message</message>
<message tag="unIconifyStack">unIconifyStack Message</message>
<property tag="icon">icon Property</property>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<summary>Sent to the <glossary tag="current card">current card</glossary> when a <object tag="stack">stack</object> is <glossary tag="minimize">minimized</glossary>.</summary>
<examples>
<example>on iconifyStack <i>-- hide auxiliary window when the stack is iconified</i></p><p> hide stack "Go Back Palette"</p><p>end iconifyStack</example>
</examples>
<description>
<p>Handle the <b>iconifyStack</b> <keyword tag="message box">message</keyword> if you want to do something special when the user <glossary tag="minimize">minimizes</glossary> a <glossary tag="stack window">stack window</glossary>.</p><p/><p><b>Comments:</b></p><p>The terminology varies depending on platform. The <b>iconifyStack</b> <keyword tag="message box">message</keyword> is sent when the user <glossary tag="collapse">collapses</glossary> (<glossary tag="Mac OS">Mac OS systems</glossary>), <glossary tag="iconify">iconifies</glossary> (<glossary tag="Unix">Unix systems</glossary>), or <glossary tag="minimize">minimizes</glossary> (OS X systems and <glossary tag="Windows">Windows systems</glossary>) the <glossary tag="stack window">stack window</glossary>.</p>
</description>
</doc>