WidgetsΒΆ
Inspire GUI Widgets
The Widget Module provides a set of UI elements to create classic desktop-style user interfaces.
- Widget (hwx.gui)
 - Label (hwx.gui)
 - IconLabel (hwx.gui)
 - ButtonBase (hwx.gui)
 - PushButton (hwx.gui)
 - RadioButton (hwx.gui)
 - ToolButton (hwx.gui)
 - ExpanderButton (hwx.gui)
 - ToggleButton (hwx.gui)
 - CheckBox (hwx.gui)
 - ComboBox (hwx.gui)
 - SpinBox (hwx.gui)
 - ButtonGroup (hwx.gui)
 - RadioButtons (hwx.gui)
 - HRadioButtons (hwx.gui)
 - VRadioButtons (hwx.gui)
 - Cursor (hwx.gui)
 - TextEdit (hwx.gui)
 - LineEdit (hwx.gui)
 - IntEdit (hwx.gui)
 - DoubleEdit (hwx.gui)
 - Legend (hwx.gui)
 - PopupMenu (hwx.gui)
 - Slider (hwx.gui)
 - Splitter (hwx.gui)
 - VSplitter (hwx.gui)
 - HSplitter (hwx.gui)
 - ProgressBar (hwx.gui)
 - SpacerItem (hwx.gui)
 - Table (hwx.gui)
 - ListBox (hwx.gui)
 - Tree (hwx.gui)
 - TreeItem (hwx.gui)
 - AnimationToolbar (hwx.gui)