TabContainer
Inherits: Container < Control < CanvasItem < Node < Object
Inherited By: JamPageStack
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_current_tab_control ( ) const |
|
get_popup ( ) const |
|
get_previous_tab ( ) const |
|
get_tab_bar ( ) const |
|
get_tab_button_icon ( int tab_idx ) const |
|
get_tab_control ( int tab_idx ) const |
|
get_tab_count ( ) const |
|
get_tab_icon ( int tab_idx ) const |
|
get_tab_icon_max_width ( int tab_idx ) const |
|
get_tab_idx_at_point ( Vector2 point ) const |
|
get_tab_idx_from_control ( Control control ) const |
|
get_tab_metadata ( int tab_idx ) const |
|
get_tab_title ( int tab_idx ) const |
|
get_tab_tooltip ( int tab_idx ) const |
|
is_tab_disabled ( int tab_idx ) const |
|
is_tab_hidden ( int tab_idx ) const |
|
void |
|
void |
set_tab_button_icon ( int tab_idx, Texture2D icon ) |
void |
set_tab_disabled ( int tab_idx, bool disabled ) |
void |
set_tab_hidden ( int tab_idx, bool hidden ) |
void |
set_tab_icon ( int tab_idx, Texture2D icon ) |
void |
set_tab_icon_max_width ( int tab_idx, int width ) |
void |
set_tab_metadata ( int tab_idx, Variant metadata ) |
void |
set_tab_title ( int tab_idx, String title ) |
void |
set_tab_tooltip ( int tab_idx, String tooltip ) |
Theme Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Signals
active_tab_rearranged ( int idx_to )
There is currently no description for this signal. Please help us by contributing one!
pre_popup_pressed ( )
There is currently no description for this signal. Please help us by contributing one!
tab_button_pressed ( int tab )
There is currently no description for this signal. Please help us by contributing one!
tab_changed ( int tab )
There is currently no description for this signal. Please help us by contributing one!
tab_clicked ( int tab )
There is currently no description for this signal. Please help us by contributing one!
tab_hovered ( int tab )
There is currently no description for this signal. Please help us by contributing one!
tab_selected ( int tab )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum TabPosition:
TabPosition POSITION_TOP = 0
There is currently no description for this enum. Please help us by contributing one!
TabPosition POSITION_BOTTOM = 1
There is currently no description for this enum. Please help us by contributing one!
TabPosition POSITION_MAX = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool all_tabs_in_front = false
There is currently no description for this property. Please help us by contributing one!
bool clip_tabs = true
There is currently no description for this property. Please help us by contributing one!
int current_tab = -1
There is currently no description for this property. Please help us by contributing one!
bool deselect_enabled = false
There is currently no description for this property. Please help us by contributing one!
bool drag_to_rearrange_enabled = false
There is currently no description for this property. Please help us by contributing one!
AlignmentMode tab_alignment = 0
void set_tab_alignment ( AlignmentMode value )
AlignmentMode get_tab_alignment ( )
There is currently no description for this property. Please help us by contributing one!
FocusMode tab_focus_mode = 2
There is currently no description for this property. Please help us by contributing one!
TabPosition tabs_position = 0
void set_tabs_position ( TabPosition value )
TabPosition get_tabs_position ( )
There is currently no description for this property. Please help us by contributing one!
int tabs_rearrange_group = -1
There is currently no description for this property. Please help us by contributing one!
bool tabs_visible = true
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Control get_current_tab_control ( ) const
There is currently no description for this method. Please help us by contributing one!
Popup get_popup ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_previous_tab ( ) const
There is currently no description for this method. Please help us by contributing one!
TabBar get_tab_bar ( ) const
There is currently no description for this method. Please help us by contributing one!
Texture2D get_tab_button_icon ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
Control get_tab_control ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_tab_count ( ) const
There is currently no description for this method. Please help us by contributing one!
Texture2D get_tab_icon ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_tab_icon_max_width ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_tab_idx_at_point ( Vector2 point ) const
There is currently no description for this method. Please help us by contributing one!
int get_tab_idx_from_control ( Control control ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_tab_metadata ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
String get_tab_title ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
String get_tab_tooltip ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
bool is_tab_disabled ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
bool select_next_available ( )
There is currently no description for this method. Please help us by contributing one!
bool select_previous_available ( )
There is currently no description for this method. Please help us by contributing one!
void set_popup ( Node popup )
There is currently no description for this method. Please help us by contributing one!
void set_tab_button_icon ( int tab_idx, Texture2D icon )
There is currently no description for this method. Please help us by contributing one!
void set_tab_disabled ( int tab_idx, bool disabled )
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
void set_tab_icon ( int tab_idx, Texture2D icon )
There is currently no description for this method. Please help us by contributing one!
void set_tab_icon_max_width ( int tab_idx, int width )
There is currently no description for this method. Please help us by contributing one!
void set_tab_metadata ( int tab_idx, Variant metadata )
There is currently no description for this method. Please help us by contributing one!
void set_tab_title ( int tab_idx, String title )
There is currently no description for this method. Please help us by contributing one!
void set_tab_tooltip ( int tab_idx, String tooltip )
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
Color drop_mark_color = Color(1, 1, 1, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
There is currently no description for this theme property. Please help us by contributing one!
Color font_hovered_color = Color(0.95, 0.95, 0.95, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_outline_color = Color(0, 0, 0, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_selected_color = Color(0.95, 0.95, 0.95, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_unselected_color = Color(0.7, 0.7, 0.7, 1)
There is currently no description for this theme property. Please help us by contributing one!
int icon_max_width = 0
There is currently no description for this theme property. Please help us by contributing one!
int icon_separation = 4
There is currently no description for this theme property. Please help us by contributing one!
int outline_size = 0
There is currently no description for this theme property. Please help us by contributing one!
int side_margin = 8
There is currently no description for this theme property. Please help us by contributing one!
Font font
There is currently no description for this theme property. Please help us by contributing one!
int font_size
There is currently no description for this theme property. Please help us by contributing one!
Texture2D decrement
There is currently no description for this theme property. Please help us by contributing one!
Texture2D decrement_highlight
There is currently no description for this theme property. Please help us by contributing one!
Texture2D drop_mark
There is currently no description for this theme property. Please help us by contributing one!
Texture2D increment
There is currently no description for this theme property. Please help us by contributing one!
Texture2D increment_highlight
There is currently no description for this theme property. Please help us by contributing one!
There is currently no description for this theme property. Please help us by contributing one!
There is currently no description for this theme property. Please help us by contributing one!
StyleBox panel
There is currently no description for this theme property. Please help us by contributing one!
StyleBox tab_disabled
There is currently no description for this theme property. Please help us by contributing one!
StyleBox tab_focus
There is currently no description for this theme property. Please help us by contributing one!
StyleBox tab_hovered
There is currently no description for this theme property. Please help us by contributing one!
StyleBox tab_selected
There is currently no description for this theme property. Please help us by contributing one!
StyleBox tab_unselected
There is currently no description for this theme property. Please help us by contributing one!
StyleBox tabbar_background
There is currently no description for this theme property. Please help us by contributing one!