iconic | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies whether a stack window is minimized. | ||||||
Introduced | 1.0 | ||||||
Changes | Support for setting the iconic of a stack on OS X systems was added in version 2.0. | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: windowShape, fullscreen Message: unIconifyStack Function: stacks, platform Glossary: property, minimize, stack window Object: stack | ||||||
Description | Use the iconic property to change a stack's appearance in order to make it take up less screen space. Set a stack's iconic property to true to make the stack window take up less space. The way in which this is done depends on the platform :
If the user has collapsed, iconified, or minimized the stack, its iconic property reports true. | ||||||
Tags | windowing |