FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
livecode/docs/dictionary/function/clickStack.lcdoc at develop · livecodeali/livecode · GitHub
livecodeali
/
livecode
Public
forked from
livecode/livecode
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
livecode
/
docs
/
dictionary
/
function
/
clickStack.lcdoc
Copy path
More file actions
More file actions
Latest commit
History
History
History
53 lines (36 loc) · 1.41 KB
Breadcrumbs
livecode
/
docs
/
dictionary
/
function
/
clickStack.lcdoc
Copy path
File metadata and controls
53 lines (36 loc) · 1.41 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Back
|
FazBrowse Home
|
New Git URL