Module tab_control

Module tab_control 

Source
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 TabControl widget. 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.
TabControlBuilder
Tab control builder is used to create TabControl widget instances and add them to the user interface.
TabDefinition
Tab definition is used to describe content of each tab for the TabControlBuilder builder.
TabUserData
User-defined data of a tab.

Enums§

TabControlMessage
A set of messages for TabControl widget.