Graphical User Interface Module
The Graphical User Interface Module is probably the most complex module. It creates a system of Widgets which can be controlled by applications. The GUI can be completely customized by editing Themes.
widgets that control windows
- screen - fullscreen
- window - normal resizable window
- dialog - dialog window - size automatically fits contents
- bar - floating bar
- tooltip - display a message where the mouse pointer is
- menu - a pinnable popup menu
- droplist - list created by dropdown
widgets that organise other widgets
- container - arranges children
- separator - divides two containers by a moveable line
- menubar - lists menus at top of window
- toolbar - shows tool buttons
widgets that manage data
- scrollbar
- progressbar
- slider
- button
- checkbox
- treebox
- listbox
- dropdown
- textbox - single-line text box
- textedit -multi-line text editor with syntax highlighting, line numbers, spell checking, etc.
- document - customizable drawing text and event handling
- image
See also ScreenShots
Back to ReferenceManual