minimizeBox

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the minimizeBox of <stack> to {true | false}
Synonymscollapsebox
Associationsstack
Summary

Shows a window's minimize box or collapse box.

Introduced2.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the minimizeBox of me to true
set the minimizeBox of the templateStack to false
Values
NameTypeDescription
Value

The minimizeBox property of a stack is true or false. By default, the minimizeBox of a newly created stack is set to true.

RelatedKeyword: default
Property: closeBox, zoomBox
Message: unIconifyStack
Object: stack
Glossary: property, stack window, OS X, collapse box, Windows, Mac OS, Unix, title bar, minimize button, iconify
Description

Use the minimizeBox property to display the collapse box or minimize box in a window's title bar.

The terminology varies depending on platform. The minimizeBox property determines whether the collapse box (Mac OSsystems), minimize box (OS X and Windowssystems) or iconify box (Unix systems) appears in a stack window's title bar.

Note: On OS X systems, if the minimizeBox property is false, the minimize box is disabled rather than hidden.

The setting of this property affects the decorations property, and vice versa. Setting a stack's minimizeBox property determines whether its decorations property includes "minimize" (or is "default", for window styles that normally include a minimize box). Conversely, setting a stack's decorations property sets its minimizeBox to true or false depending on whether the decorations includes "minimize" (or is "default" ).

Setting the minimizeBox property causes the stack window to flash briefly.

Tagswindowing