minimize

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
minimize
Summary

Used with the decorations property to indicate whether the minimize button appears in a window's title bar.

Introduced1.0
OSwindows, linux
Platformsdesktop, server
Example
set the decorations of stack "Help" to "minimize, menu"
RelatedKeyword: title, menu
Glossary: property, title bar, keyword, minimize button
Property: decorations, systemWindow, zoomBox, label
Description

Use the minimize keyword to turn a window's minimize button on or off.

Setting a stack's decorations property to minimize automatically includes 'title' in the value of the decorations, turning on the window's title bar. The name on the title bar can be set using the window's label property.

On Windows systems, the menu decoration must be set along with minimize : you cannot use minimize without including menu.

Tagswindowing