windowManagerPlace | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | wmplace | ||||||
Associations | stack | ||||||
Summary | Specifies whether a Unix window manager can automatically place a stack's window when the stack is opened. | ||||||
Introduced | 1.0 | ||||||
OS | linux | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: rectangle Property: rectangle, location Object: stack Glossary: property, Unix, resource, stack window | ||||||
Description | Use the windowManagerPlace property to determine how the stack window is placed on Unix systems. If the windowManagerPlace property is true, the window manager uses the "mwm" resources "clientAutoPlace" and "interactivePlacement" to set the location of the window when the stack is first opened. If the windowManagerPlace is false, the stack's rectangle property is used to set its location. The setting of this property has no effect on Mac OS or Windows systems. | ||||||
Tags | windowing |