Loading...
Searching...
No Matches
Classes | Enumerations
TabView.h File Reference

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
}
 

Detailed Description

Provides the BTab and BTabView classes.

Enumeration Type Documentation

◆ tab_position

Enumerator
B_TAB_FIRST 

The first tab in the tab view.

Since
BeOS R3
See also
BTab::DrawTab()
B_TAB_FRONT 

The selected tab in the tab view.

Since
BeOS R3
See also
BTab::DrawTab()
B_TAB_ANY 

Any tab in the tab view that is not the first or selected tab.

Since
BeOS R3
See also
BTab::DrawTab()