draggable | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | stack |
Summary | |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Related | Keyword: title Property: decorations, systemWindow, zoomBox Object: stack Glossary: property, title bar, SuperCard, LiveCode, stack window |
Description | The draggable property is included in LiveCode for compatibility with imported SuperCard projects. In SuperCard, the draggable property determines whether a window can be dragged by its title bar. In LiveCode, setting this property sets the stack's decorations property to "title". Setting the stack's draggable back to false does not change the stack's decorations. Setting the draggable property causes the stack window to flash briefly. |
Tags | windowing |