mojox.TabView - nitrologic/monkey2 GitHub Wiki
mojox:mojox.DockingView
Class TabView ExtendsThe TabView class.
Fields | |
---|---|
CloseClicked | Invoked when a tab is double clicked. |
CurrentChanged | Invoked when the current tab changes. |
DoubleClicked | Invoked when a tab is double clicked. |
Dragged | Invoked when a tab is dragged. |
RightClicked | Invoked when a tab is right clicked. |
Constructors | |
---|---|
New | Creates a new tab view. |
Properties | |
---|---|
CurrentIndex | The current index. |
CurrentView | The current view. |
Flags | Tab view flags. (read only) |
NumTabs | Number of tabs (read only) |
Methods | |
---|---|
AddTab | Adds a tab. |
RemoveTab | Removes a tab. |
SetTabIcon | Sets a tab's icon. |
SetTabText | Sets a tab's text. |
SetTabView | |
TabIndex | Gets a tab's index. |
TabView | Gets a tab's view. |