-
Notifications
You must be signed in to change notification settings - Fork 0
class_tabs
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: control\ Category: Core\
Tabs Control.
- int #get_tab_count(****) const
- void #set_current_tab( int tab_idx )
- int #get_current_tab(****) const
- void #set_tab_title( int tab_idx, String title )
- String #get_tab_title( int tab_idx ) const
- void #set_tab_icon( int tab_idx, Texture icon )
- Texture #get_tab_icon( int tab_idx ) const
- void #remove_tab( int tab_idx )
- tab_changed**(** int tab )
Simple tabs control, similar to tabcontainer but is only in charge of drawing tabs, not interact with children.