-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.lcdoc
106 lines (49 loc) · 1.88 KB
/
api.lcdoc
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Library: org.openxtalk.widget.palettegrid
Type: widget
Summary: This widget is an icon picker, using icons from the iconSVG library.
author: OpenXTalk
version: 1.0.0
Name: iconSize
Type: property
Syntax: set the iconSize of <widget> to pSize
get the iconSize of <widget>
Summary: The width and height of the rectangles in which the icons are rendered
Value: A two-item list with the width and height of the rect in which the icons are rendered
Name: filterString
Type: property
Syntax: set the filterString of <widget> to pString
get the filterString of <widget>
Summary: Filters the list of icons to display according to a string
Name: showSelectedElement
Type: property
Syntax: set the showSelectedElement of <widget> to {true | false}
get the showSelectedElement of <widget>
Summary: Controls whether a title bar is drawn displaying the currently selected icon
Name: preferredSize
Type: property
Syntax: get the preferredSize of <widget>
Summary: The preferred size of the widget.
Value:
A two-item list with the width and height needed to display the widget
with the current display preferences.
Description:
The <preferredSize> property is used when the icon widget is popped up
using the 'popup widget' syntax
Name: hiliteColor
Type: property
Syntax: set the hiliteColor of <widget> to <pColor>
get the hiliteColor of <widget>
Summary: Determines the color of the icon when highlighted.
Description:
Use the <hiliteColor> property to set the color of the SVG path, when the icon
is highlighted.
Name: showFrameBorder
Type: property
Syntax: set the showFrameBorder of <widget> to {true | false}
get the showFrameBorder of <widget>
Summary: Whether the icon picker has a border or not
Name: showNames
Type: property
Syntax: set the showNames of <widget> to {true | false}
get the showNames of <widget>
Summary: Whether to display the names of the icons or not