Project

General

Profile

Dialog Items » History » Version 7

Per Amundsen, 02/01/2017 02:50 AM

1 1 Per Amundsen
h1. Dialog Items
2
3
*title <tezt>*
4
5
Sets the titlebar text of the dialog.
6
7 7 Per Amundsen
---
8
9 1 Per Amundsen
*size <x y w h>*
10
11
Sets the x/y position and the width/height of the dialog.
12
13 7 Per Amundsen
---
14
15 1 Per Amundsen
*option [pixels | dbu | notheme | disable]*
16
17
pixels - The dialog and All dialog items sizes are defined in pixels.
18
dbu - The dialog and All dialog items sizes are defined in Dialog Base Units.
19
notheme - Sets the dialog border style to fixed single and disables windows theme styling.
20
disable - Disables all controls for a second when the dialog is shown.
21
22 7 Per Amundsen
---
23
24 5 Per Amundsen
*icon*
25
26 7 Per Amundsen
---
27
28 6 Per Amundsen
*tab <text, id, x y w h>*
29 1 Per Amundsen
30 6 Per Amundsen
Adds a tabcontrol to the dialog.
31 1 Per Amundsen
32 6 Per Amundsen
text - The text of the tab.
33
id - Id of the tabcontrol.
34
x y w h - The x y position, width and height to use for the tabcontrol.
35
36 7 Per Amundsen
---
37
38 1 Per Amundsen
*tab <text, id*
39
40
Adds a new tab to the tabcontrol with the specified id.
41
42 7 Per Amundsen
---
43
44 3 Per Amundsen
*combo <id, x y w h, [sort, edit, drop, size, vsbar, hsbar, result, disable, tab id, aleft, aright, atop, abottom]>*
45 1 Per Amundsen
46
Adds a combobox to the dialog with the specified id at position x/y and the w/h width/height.
47
48 6 Per Amundsen
id - Id of the combobox.
49
x y w h - The x y position, width and height to use for the combobox.
50 1 Per Amundsen
sort - Enables sorting.
51
edit - Shows the editbox.
52
drop - Show as a dropdown list.
53
size - Sets the height of the dropdown area.
54
vsbar - Enables the vertical scrollbar.
55
hsbar - Enables the horizontal scrollbar.
56
result -Indicates the selected dropdown item/text should be return the dialog "OK/Accept button" is pressed.
57
disable - Disables the combobox.
58
tabid/tab id - Indicates the combobox should be shown on the tab with the specified id.
59
aleft - Anchors the combobox to the left (AdiIRC only)
60
aright - Anchors the combobox to the right (AdiIRC only)
61
atop - Anchors the combobox to the top (AdiIRC only)
62
abottom - Anchors the combobox to the bottom (AdiIRC only)
63 4 Per Amundsen
64 7 Per Amundsen
---
65
66 4 Per Amundsen
*text*
67
68 7 Per Amundsen
---
69
70 4 Per Amundsen
*link*
71
72 7 Per Amundsen
---
73
74 4 Per Amundsen
*button*
75
76 7 Per Amundsen
---
77
78 4 Per Amundsen
*check*
79
80 7 Per Amundsen
---
81
82 4 Per Amundsen
*edit*
83
84 7 Per Amundsen
---
85
86 4 Per Amundsen
*list*
87
88 7 Per Amundsen
---
89
90 4 Per Amundsen
*radio*
91
92 7 Per Amundsen
---
93
94 4 Per Amundsen
*box*
95
96 7 Per Amundsen
---
97
98 4 Per Amundsen
*scroll*
99
100 7 Per Amundsen
---
101
102 4 Per Amundsen
*menu*
103 7 Per Amundsen
104
---
105 4 Per Amundsen
106
*item*