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