Dialog Items » History » Version 4
Per Amundsen, 02/01/2017 01:44 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 | *tab <text, id, [x y w h]>* |
||
19 | |||
20 | Adds a tabcontrol to the dialog with the specified id at position x/y and the w/h width/height. |
||
21 | |||
22 | *tab <text, id* |
||
23 | |||
24 | Adds a new tab to the tabcontrol with the specified id. |
||
25 | |||
26 | 3 | Per Amundsen | *combo <id, x y w h, [sort, edit, drop, size, vsbar, hsbar, result, disable, tab id, aleft, aright, atop, abottom]>* |
27 | 1 | Per Amundsen | |
28 | Adds a combobox to the dialog with the specified id at position x/y and the w/h width/height. |
||
29 | |||
30 | sort - Enables sorting. |
||
31 | edit - Shows the editbox. |
||
32 | drop - Show as a dropdown list. |
||
33 | size - Sets the height of the dropdown area. |
||
34 | vsbar - Enables the vertical scrollbar. |
||
35 | hsbar - Enables the horizontal scrollbar. |
||
36 | result -Indicates the selected dropdown item/text should be return the dialog "OK/Accept button" is pressed. |
||
37 | disable - Disables the combobox. |
||
38 | tabid/tab id - Indicates the combobox should be shown on the tab with the specified id. |
||
39 | aleft - Anchors the combobox to the left (AdiIRC only) |
||
40 | aright - Anchors the combobox to the right (AdiIRC only) |
||
41 | atop - Anchors the combobox to the top (AdiIRC only) |
||
42 | abottom - Anchors the combobox to the bottom (AdiIRC only) |
||
43 | 4 | Per Amundsen | |
44 | *text* |
||
45 | |||
46 | *link* |
||
47 | |||
48 | *button* |
||
49 | |||
50 | *icon* |
||
51 | |||
52 | *check* |
||
53 | |||
54 | *edit* |
||
55 | |||
56 | *list* |
||
57 | |||
58 | *radio* |
||
59 | |||
60 | *box* |
||
61 | |||
62 | *scroll* |
||
63 | |||
64 | *menu* |
||
65 | |||
66 | *item* |