ContainersΒΆ
Inspire GUI Containers
Container widgets provide high level control over groups of objects on a form. They can be used to perform a variety of functions, such as managing input widgets, providing paged and tabbed layouts, or just acting as decorative containers for other objects.
- Container (hwx.gui)
- Frame (hwx.gui)
- HFrame (hwx.gui)
- VFrame (hwx.gui)
- GridFrame (hwx.gui)
- CollapsibleFrame (hwx.gui)
- TabWidget (hwx.gui)
- Dialog (hwx.gui)
- MicroDialog (hwx.gui)
- MessageDialog (hwx.gui)
- CsvFileDialog (hwx.gui)
- ActionDialog (hwx.gui)
- DockWindow (hwx.gui)
- GuideBar (hwx.gui)
- GuideBarButton (hwx.gui)
- GuideBarComboButton (hwx.gui)
- GuideBarMenu (hwx.gui)
- WidgetStack (hwx.gui)