Project

General

Profile

Dialog Items » History » Version 5

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

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