class_tabs - vkbsb/godot GitHub Wiki
Tabs
####Inherits: Control ####Category: Core
Brief Description
Tabs Control.
Member Functions
- 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 )
- void add_tab ( String title, Texture icon )
Signals
- tab_changed ( int tab )
Description
Simple tabs control, similar to TabContainer but is only in charge of drawing tabs, not interact with children.