TabBar
Inherits: Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
focus_mode |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
|
void |
clear_tabs ( ) |
void |
ensure_tab_visible ( int idx ) |
get_offset_buttons_visible ( ) const |
|
get_previous_tab ( ) const |
|
get_tab_button_icon ( int tab_idx ) 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_language ( int tab_idx ) const |
|
get_tab_metadata ( int tab_idx ) const |
|
get_tab_offset ( ) const |
|
get_tab_rect ( int tab_idx ) const |
|
get_tab_text_direction ( 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 |
remove_tab ( int tab_idx ) |
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_language ( int tab_idx, String language ) |
void |
set_tab_metadata ( int tab_idx, Variant metadata ) |
void |
set_tab_text_direction ( int tab_idx, TextDirection direction ) |
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!
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_close_pressed ( 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_rmb_clicked ( 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 AlignmentMode:
AlignmentMode ALIGNMENT_LEFT = 0
There is currently no description for this enum. Please help us by contributing one!
AlignmentMode ALIGNMENT_CENTER = 1
There is currently no description for this enum. Please help us by contributing one!
AlignmentMode ALIGNMENT_RIGHT = 2
There is currently no description for this enum. Please help us by contributing one!
AlignmentMode ALIGNMENT_MAX = 3
There is currently no description for this enum. Please help us by contributing one!
enum CloseButtonDisplayPolicy:
CloseButtonDisplayPolicy CLOSE_BUTTON_SHOW_NEVER = 0
There is currently no description for this enum. Please help us by contributing one!
CloseButtonDisplayPolicy CLOSE_BUTTON_SHOW_ACTIVE_ONLY = 1
There is currently no description for this enum. Please help us by contributing one!
CloseButtonDisplayPolicy CLOSE_BUTTON_SHOW_ALWAYS = 2
There is currently no description for this enum. Please help us by contributing one!
CloseButtonDisplayPolicy CLOSE_BUTTON_MAX = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
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!
int max_tab_width = 0
There is currently no description for this property. Please help us by contributing one!
bool scroll_to_selected = true
There is currently no description for this property. Please help us by contributing one!
bool scrolling_enabled = true
There is currently no description for this property. Please help us by contributing one!
bool select_with_rmb = 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!
CloseButtonDisplayPolicy tab_close_display_policy = 0
void set_tab_close_display_policy ( CloseButtonDisplayPolicy value )
CloseButtonDisplayPolicy get_tab_close_display_policy ( )
There is currently no description for this property. Please help us by contributing one!
int tab_count = 0
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!
Method Descriptions
void add_tab ( String title=””, Texture2D icon=null )
There is currently no description for this method. Please help us by contributing one!
void clear_tabs ( )
There is currently no description for this method. Please help us by contributing one!
void ensure_tab_visible ( int idx )
There is currently no description for this method. Please help us by contributing one!
bool get_offset_buttons_visible ( ) 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!
Texture2D get_tab_button_icon ( int tab_idx ) 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!
String get_tab_language ( int tab_idx ) 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!
int get_tab_offset ( ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 get_tab_rect ( int tab_idx ) const
There is currently no description for this method. Please help us by contributing one!
TextDirection get_tab_text_direction ( 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!
void move_tab ( int from, int to )
There is currently no description for this method. Please help us by contributing one!
void remove_tab ( int tab_idx )
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_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_language ( int tab_idx, String language )
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_text_direction ( int tab_idx, TextDirection direction )
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 h_separation = 4
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 outline_size = 0
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 close
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!
StyleBox button_highlight
There is currently no description for this theme property. Please help us by contributing one!
StyleBox button_pressed
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!