.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/TabContainer.xml. .. _class_TabContainer: TabContainer ============ **Inherits:** :ref:`Container` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`JamPageStack` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`all_tabs_in_front` | ``false`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`clip_tabs` | ``true`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`current_tab` | ``-1`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`deselect_enabled` | ``false`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`drag_to_rearrange_enabled` | ``false`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`AlignmentMode` | :ref:`tab_alignment` | ``0`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`FocusMode` | :ref:`tab_focus_mode` | ``2`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`TabPosition` | :ref:`tabs_position` | ``0`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`tabs_rearrange_group` | ``-1`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`tabs_visible` | ``true`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`use_hidden_tabs_for_min_size` | ``false`` | +---------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Control` | :ref:`get_current_tab_control` **(** **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Popup` | :ref:`get_popup` **(** **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_previous_tab` **(** **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TabBar` | :ref:`get_tab_bar` **(** **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Texture2D` | :ref:`get_tab_button_icon` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Control` | :ref:`get_tab_control` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_tab_count` **(** **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Texture2D` | :ref:`get_tab_icon` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_tab_icon_max_width` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_tab_idx_at_point` **(** :ref:`Vector2` point **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_tab_idx_from_control` **(** :ref:`Control` control **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`get_tab_metadata` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_tab_title` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_tab_tooltip` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_tab_disabled` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_tab_hidden` **(** :ref:`int` tab_idx **)** |const| | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`select_next_available` **(** **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`select_previous_available` **(** **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_popup` **(** :ref:`Node` popup **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_button_icon` **(** :ref:`int` tab_idx, :ref:`Texture2D` icon **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_disabled` **(** :ref:`int` tab_idx, :ref:`bool` disabled **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_hidden` **(** :ref:`int` tab_idx, :ref:`bool` hidden **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_icon` **(** :ref:`int` tab_idx, :ref:`Texture2D` icon **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_icon_max_width` **(** :ref:`int` tab_idx, :ref:`int` width **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_metadata` **(** :ref:`int` tab_idx, :ref:`Variant` metadata **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_title` **(** :ref:`int` tab_idx, :ref:`String` title **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tab_tooltip` **(** :ref:`int` tab_idx, :ref:`String` tooltip **)** | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Theme Properties ---------------- .. table:: :widths: auto +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Color` | :ref:`drop_mark_color` | ``Color(1, 1, 1, 1)`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Color` | :ref:`font_disabled_color` | ``Color(0.875, 0.875, 0.875, 0.5)`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Color` | :ref:`font_hovered_color` | ``Color(0.95, 0.95, 0.95, 1)`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Color` | :ref:`font_outline_color` | ``Color(0, 0, 0, 1)`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Color` | :ref:`font_selected_color` | ``Color(0.95, 0.95, 0.95, 1)`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Color` | :ref:`font_unselected_color` | ``Color(0.7, 0.7, 0.7, 1)`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`int` | :ref:`icon_max_width` | ``0`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`int` | :ref:`icon_separation` | ``4`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`int` | :ref:`outline_size` | ``0`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`int` | :ref:`side_margin` | ``8`` | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Font` | :ref:`font` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`int` | :ref:`font_size` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Texture2D` | :ref:`decrement` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Texture2D` | :ref:`decrement_highlight` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Texture2D` | :ref:`drop_mark` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Texture2D` | :ref:`increment` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Texture2D` | :ref:`increment_highlight` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Texture2D` | :ref:`menu` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`Texture2D` | :ref:`menu_highlight` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`StyleBox` | :ref:`panel` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`StyleBox` | :ref:`tab_disabled` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`StyleBox` | :ref:`tab_focus` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`StyleBox` | :ref:`tab_hovered` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`StyleBox` | :ref:`tab_selected` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`StyleBox` | :ref:`tab_unselected` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ | :ref:`StyleBox` | :ref:`tabbar_background` | | +-----------------------------------+------------------------------------------------------------------------------------+-------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_TabContainer_signal_active_tab_rearranged: .. rst-class:: classref-signal **active_tab_rearranged** **(** :ref:`int` idx_to **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_signal_pre_popup_pressed: .. rst-class:: classref-signal **pre_popup_pressed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_signal_tab_button_pressed: .. rst-class:: classref-signal **tab_button_pressed** **(** :ref:`int` tab **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_signal_tab_changed: .. rst-class:: classref-signal **tab_changed** **(** :ref:`int` tab **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_signal_tab_clicked: .. rst-class:: classref-signal **tab_clicked** **(** :ref:`int` tab **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_signal_tab_hovered: .. rst-class:: classref-signal **tab_hovered** **(** :ref:`int` tab **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_signal_tab_selected: .. rst-class:: classref-signal **tab_selected** **(** :ref:`int` tab **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_TabContainer_TabPosition: .. rst-class:: classref-enumeration enum **TabPosition**: .. _class_TabContainer_constant_POSITION_TOP: .. rst-class:: classref-enumeration-constant :ref:`TabPosition` **POSITION_TOP** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TabContainer_constant_POSITION_BOTTOM: .. rst-class:: classref-enumeration-constant :ref:`TabPosition` **POSITION_BOTTOM** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TabContainer_constant_POSITION_MAX: .. rst-class:: classref-enumeration-constant :ref:`TabPosition` **POSITION_MAX** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_TabContainer_property_all_tabs_in_front: .. rst-class:: classref-property :ref:`bool` **all_tabs_in_front** = ``false`` .. rst-class:: classref-property-setget - void **set_all_tabs_in_front** **(** :ref:`bool` value **)** - :ref:`bool` **is_all_tabs_in_front** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_clip_tabs: .. rst-class:: classref-property :ref:`bool` **clip_tabs** = ``true`` .. rst-class:: classref-property-setget - void **set_clip_tabs** **(** :ref:`bool` value **)** - :ref:`bool` **get_clip_tabs** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_current_tab: .. rst-class:: classref-property :ref:`int` **current_tab** = ``-1`` .. rst-class:: classref-property-setget - void **set_current_tab** **(** :ref:`int` value **)** - :ref:`int` **get_current_tab** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_deselect_enabled: .. rst-class:: classref-property :ref:`bool` **deselect_enabled** = ``false`` .. rst-class:: classref-property-setget - void **set_deselect_enabled** **(** :ref:`bool` value **)** - :ref:`bool` **get_deselect_enabled** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_drag_to_rearrange_enabled: .. rst-class:: classref-property :ref:`bool` **drag_to_rearrange_enabled** = ``false`` .. rst-class:: classref-property-setget - void **set_drag_to_rearrange_enabled** **(** :ref:`bool` value **)** - :ref:`bool` **get_drag_to_rearrange_enabled** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_tab_alignment: .. rst-class:: classref-property :ref:`AlignmentMode` **tab_alignment** = ``0`` .. rst-class:: classref-property-setget - void **set_tab_alignment** **(** :ref:`AlignmentMode` value **)** - :ref:`AlignmentMode` **get_tab_alignment** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_tab_focus_mode: .. rst-class:: classref-property :ref:`FocusMode` **tab_focus_mode** = ``2`` .. rst-class:: classref-property-setget - void **set_tab_focus_mode** **(** :ref:`FocusMode` value **)** - :ref:`FocusMode` **get_tab_focus_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_tabs_position: .. rst-class:: classref-property :ref:`TabPosition` **tabs_position** = ``0`` .. rst-class:: classref-property-setget - void **set_tabs_position** **(** :ref:`TabPosition` value **)** - :ref:`TabPosition` **get_tabs_position** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_tabs_rearrange_group: .. rst-class:: classref-property :ref:`int` **tabs_rearrange_group** = ``-1`` .. rst-class:: classref-property-setget - void **set_tabs_rearrange_group** **(** :ref:`int` value **)** - :ref:`int` **get_tabs_rearrange_group** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_tabs_visible: .. rst-class:: classref-property :ref:`bool` **tabs_visible** = ``true`` .. rst-class:: classref-property-setget - void **set_tabs_visible** **(** :ref:`bool` value **)** - :ref:`bool` **are_tabs_visible** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_property_use_hidden_tabs_for_min_size: .. rst-class:: classref-property :ref:`bool` **use_hidden_tabs_for_min_size** = ``false`` .. rst-class:: classref-property-setget - void **set_use_hidden_tabs_for_min_size** **(** :ref:`bool` value **)** - :ref:`bool` **get_use_hidden_tabs_for_min_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_TabContainer_method_get_current_tab_control: .. rst-class:: classref-method :ref:`Control` **get_current_tab_control** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_popup: .. rst-class:: classref-method :ref:`Popup` **get_popup** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_previous_tab: .. rst-class:: classref-method :ref:`int` **get_previous_tab** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_bar: .. rst-class:: classref-method :ref:`TabBar` **get_tab_bar** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_button_icon: .. rst-class:: classref-method :ref:`Texture2D` **get_tab_button_icon** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_control: .. rst-class:: classref-method :ref:`Control` **get_tab_control** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_count: .. rst-class:: classref-method :ref:`int` **get_tab_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_icon: .. rst-class:: classref-method :ref:`Texture2D` **get_tab_icon** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_icon_max_width: .. rst-class:: classref-method :ref:`int` **get_tab_icon_max_width** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_idx_at_point: .. rst-class:: classref-method :ref:`int` **get_tab_idx_at_point** **(** :ref:`Vector2` point **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_idx_from_control: .. rst-class:: classref-method :ref:`int` **get_tab_idx_from_control** **(** :ref:`Control` control **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_metadata: .. rst-class:: classref-method :ref:`Variant` **get_tab_metadata** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_title: .. rst-class:: classref-method :ref:`String` **get_tab_title** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_get_tab_tooltip: .. rst-class:: classref-method :ref:`String` **get_tab_tooltip** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_is_tab_disabled: .. rst-class:: classref-method :ref:`bool` **is_tab_disabled** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_is_tab_hidden: .. rst-class:: classref-method :ref:`bool` **is_tab_hidden** **(** :ref:`int` tab_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_select_next_available: .. rst-class:: classref-method :ref:`bool` **select_next_available** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_select_previous_available: .. rst-class:: classref-method :ref:`bool` **select_previous_available** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_popup: .. rst-class:: classref-method void **set_popup** **(** :ref:`Node` popup **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_button_icon: .. rst-class:: classref-method void **set_tab_button_icon** **(** :ref:`int` tab_idx, :ref:`Texture2D` icon **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_disabled: .. rst-class:: classref-method void **set_tab_disabled** **(** :ref:`int` tab_idx, :ref:`bool` disabled **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_hidden: .. rst-class:: classref-method void **set_tab_hidden** **(** :ref:`int` tab_idx, :ref:`bool` hidden **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_icon: .. rst-class:: classref-method void **set_tab_icon** **(** :ref:`int` tab_idx, :ref:`Texture2D` icon **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_icon_max_width: .. rst-class:: classref-method void **set_tab_icon_max_width** **(** :ref:`int` tab_idx, :ref:`int` width **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_metadata: .. rst-class:: classref-method void **set_tab_metadata** **(** :ref:`int` tab_idx, :ref:`Variant` metadata **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_title: .. rst-class:: classref-method void **set_tab_title** **(** :ref:`int` tab_idx, :ref:`String` title **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_method_set_tab_tooltip: .. rst-class:: classref-method void **set_tab_tooltip** **(** :ref:`int` tab_idx, :ref:`String` tooltip **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Theme Property Descriptions --------------------------- .. _class_TabContainer_theme_color_drop_mark_color: .. rst-class:: classref-themeproperty :ref:`Color` **drop_mark_color** = ``Color(1, 1, 1, 1)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_color_font_disabled_color: .. rst-class:: classref-themeproperty :ref:`Color` **font_disabled_color** = ``Color(0.875, 0.875, 0.875, 0.5)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_color_font_hovered_color: .. rst-class:: classref-themeproperty :ref:`Color` **font_hovered_color** = ``Color(0.95, 0.95, 0.95, 1)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_color_font_outline_color: .. rst-class:: classref-themeproperty :ref:`Color` **font_outline_color** = ``Color(0, 0, 0, 1)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_color_font_selected_color: .. rst-class:: classref-themeproperty :ref:`Color` **font_selected_color** = ``Color(0.95, 0.95, 0.95, 1)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_color_font_unselected_color: .. rst-class:: classref-themeproperty :ref:`Color` **font_unselected_color** = ``Color(0.7, 0.7, 0.7, 1)`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_constant_icon_max_width: .. rst-class:: classref-themeproperty :ref:`int` **icon_max_width** = ``0`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_constant_icon_separation: .. rst-class:: classref-themeproperty :ref:`int` **icon_separation** = ``4`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_constant_outline_size: .. rst-class:: classref-themeproperty :ref:`int` **outline_size** = ``0`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_constant_side_margin: .. rst-class:: classref-themeproperty :ref:`int` **side_margin** = ``8`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_font_font: .. rst-class:: classref-themeproperty :ref:`Font` **font** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_font_size_font_size: .. rst-class:: classref-themeproperty :ref:`int` **font_size** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_icon_decrement: .. rst-class:: classref-themeproperty :ref:`Texture2D` **decrement** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_icon_decrement_highlight: .. rst-class:: classref-themeproperty :ref:`Texture2D` **decrement_highlight** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_icon_drop_mark: .. rst-class:: classref-themeproperty :ref:`Texture2D` **drop_mark** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_icon_increment: .. rst-class:: classref-themeproperty :ref:`Texture2D` **increment** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_icon_increment_highlight: .. rst-class:: classref-themeproperty :ref:`Texture2D` **increment_highlight** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_icon_menu: .. rst-class:: classref-themeproperty :ref:`Texture2D` **menu** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_icon_menu_highlight: .. rst-class:: classref-themeproperty :ref:`Texture2D` **menu_highlight** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_style_panel: .. rst-class:: classref-themeproperty :ref:`StyleBox` **panel** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_style_tab_disabled: .. rst-class:: classref-themeproperty :ref:`StyleBox` **tab_disabled** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_style_tab_focus: .. rst-class:: classref-themeproperty :ref:`StyleBox` **tab_focus** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_style_tab_hovered: .. rst-class:: classref-themeproperty :ref:`StyleBox` **tab_hovered** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_style_tab_selected: .. rst-class:: classref-themeproperty :ref:`StyleBox` **tab_selected** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_style_tab_unselected: .. rst-class:: classref-themeproperty :ref:`StyleBox` **tab_unselected** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TabContainer_theme_style_tabbar_background: .. rst-class:: classref-themeproperty :ref:`StyleBox` **tabbar_background** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`