This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 227
Expand file tree
/
Copy pathclickStack.lcdoc
More file actions
53 lines (36 loc) · 1.41 KB
/
clickStack.lcdoc
File metadata and controls
53 lines (36 loc) · 1.41 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Name: clickStack
Type: function
Syntax: the clickStack
Syntax: clickStack()
Summary:
<return|Returns> the name of the <stack> in which the user most recently
clicked the mouse.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, mobile
Example:
the clickStack
Example:
repeat until (the short name of the clickStack is "Icon Palette")
Example:
if the name of the clickStack is not the defaultStack then beep
Returns:
The <clickStack> <function> <return|returns> the long <name> <property>
of the <stack> that was last clicked.
Description:
Use the <clickStack> <function> to determine which window the user
clicked, or, in conjunction with the <clickField>, <clickLine>, or
<clickChunk>, to determine which <field> was clicked.
If the user clicks a stack's title bar or border to bring it to the
front, the value returned by the <clickStack> does not change. Only
clicking in the <stack window|stack window's> content area changes the
<clickStack> <value>.
If the user clicks the backdrop, the <clickStack> <return|returns>
empty.
References: function (control structure), mouseStack (function),
value (function), clickField (function), clickLoc (function),
clickCharChunk (function), clickLine (function), clickChunk (function),
property (glossary), return (glossary), stack window (glossary),
field (keyword), stack (object), backdrop (property), name (property),
defaultStack (property)
Tags: ui