minimize | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the decorations property to indicate whether the minimize button appears in a window's title bar. |
Introduced | 1.0 |
OS | windows, linux |
Platforms | desktop, server |
Example |
|
Related | Keyword: 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. |
Tags | windowing |