Метод | Описание | |
---|---|---|
AddPage ( String label, |
Adds a new page/tab.
|
|
AddPage ( |
Adds a page/tab.
|
|
RemovePage ( |
||
TabControl ( |
Initializes a new instance of the TabControl class.
|
Метод | Описание | |
---|---|---|
PostLayout ( Skins skin ) : void |
Function invoked after layout.
|
|
ScrollPressedLeft ( |
||
ScrollPressedRight ( |
Метод | Описание | |
---|---|---|
HandleOverflow ( ) : void | ||
OnLoseTab ( |
Handler for tab removing.
|
|
OnTabPressed ( |
Handler for tab selection.
|
|
UnsubscribeTabEvent ( |
public AddPage ( String label, |
||
label | String | Tab label. |
page | Page contents. | |
Результат |
public AddPage ( |
||
button | Page to add. (well, it's a TabButton which is a parent to the page). | |
Результат | void |
protected PostLayout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
Результат | void |
public RemovePage ( |
||
button | ||
Результат | void |
protected ScrollPressedLeft ( |
||
control | ||
Результат | void |
protected ScrollPressedRight ( |
||
control | ||
Результат | void |
public TabControl ( |
||
parent | Parent control. | |
Результат | System |