Expand description
The Tab Control handles the visibility of several tabs, only showing a single tab that the user has selected via the
tab header buttons. See docs for TabControl widget for more info and usage examples.
Structs§
- Tab
- Tab of the
TabControlwidget. It stores important tab data, that is widely used at runtime. - TabControl
- The Tab Control handles the visibility of several tabs, only showing a single tab that the user has selected via the tab header buttons. Each tab is defined via a Tab Definition struct which takes two widgets, one representing the tab header and the other representing the tab’s contents.
- TabControl
Builder - Tab control builder is used to create
TabControlwidget instances and add them to the user interface. - TabDefinition
- Tab definition is used to describe content of each tab for the
TabControlBuilderbuilder. - TabUser
Data - User-defined data of a tab.
Enums§
- TabControl
Message - A set of messages for
TabControlwidget.