Provides the BTab and BTabView classes. More...
Classes | |
| class | BTab |
| A tab that goes in a BTabView. More... | |
| class | BTabView |
| A container for BTab objects to display all tabs. More... | |
Enumerations | |
| enum | tab_position { B_TAB_FIRST = 999 , B_TAB_FRONT , B_TAB_ANY } |
| enum tab_position |
| Enumerator | |
|---|---|
| B_TAB_FIRST | The first tab in the tab view.
|
| B_TAB_FRONT | The selected tab in the tab view.
|
| B_TAB_ANY | Any tab in the tab view that is not the first or selected tab.
|