draggable

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the draggable of <stack> to {true | false}
Associationsstack
Summary

Shows a stack's title bar.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
RelatedKeyword: 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.

Tagswindowing