forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathobject.lcdoc
More file actions
32 lines (24 loc) · 732 Bytes
/
Copy pathobject.lcdoc
File metadata and controls
32 lines (24 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: object
Synonyms: object
Type: glossary
Description:
A LiveCode module capable of receiving <message|messages>. One of the
building blocks of a LiveCode application. Objects include:
- <stack|stacks>
- <card|cards>
- <control|controls>
<control|Controls> include:
- <button|buttons>
- <field|fields>
- <image|images>
- <graphic|graphics>
- <player|players>
- <EPS|EPS objects>
- <scrollbar|scrollbars>
- <group|groups>
- <widget|widgets>
References: message (glossary), card (glossary), stack (glossary),
control (glossary), button (glossary), field (glossary), image (glossary),
graphic (glossary), player (glossary), EPS (glossary), scrollbar (glossary),
group (glossary), widget (object)
Tags: objects