GUI (Component)
Library: StdGUI
Necessary constants: GUI_USED
The GUI component contains GUI (Graphical User Interface) elements.
Function groups:
bit value | functions |
| GUI_HEAD, GUI_QHEAD |
0x0001 | Buttons: GUI_BTN, GUI_QBTN! |
0x0002 | X-Button: GUI_XBTN, GUI_QXBTN! |
0x0004 | Checkboxes: GUI_CHK, GUI_QCHK! |
0x0008 | Radiobuttons: GUI_RBTN |
0x0020 | Edit Box (Integer): GUI_IIBOX, GUI_QIIBOX! |
0x0040 | Edit Box (String): GUI_ISBOX, GUI_QISBOX! |
0x0100 | Lists: GUI_LIST, GUI_QLIST |
0x0200 | Menus: GUI_MENU, GUI_MENU!, GUI_QMENU |
0x0800 | Dropdown Menus: GUI_DMENU, GUI_QDMENU! |
0x1000 | Select dialogue: GUI_DLG |
0x8000 | AutoTouch: GUI_INIT, GUI_TOUCH |
Global variables:
variable | default value | |
gui_font% | 0 | specifies the font which is used for drawing GUI element captions |
gui_xxo% | -14 | defines the x offset of the dialogue used in GUI_QXBTN! |
gui_xyo% | 0 | defines the y offset of the dialogue used in GUI_QXBTN! |
gui_list_fixed! | false | specifies whether GUI_LIST uses the given width (true) or readjusts it if necessary |
gui_sel% | | specifies the selected element in a list or menu (used with AutoTouch) |
|