.. 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/SplitContainer.xml. .. _class_SplitContainer: SplitContainer ============== **Inherits:** :ref:`Container` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`HSplitContainer`, :ref:`VSplitContainer` .. 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:`collapsed` | ``false`` | +-----------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+ | :ref:`DraggerVisibility` | :ref:`dragger_visibility` | ``0`` | +-----------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`split_offset` | ``0`` | +-----------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`vertical` | ``false`` | +-----------------------------------------------------------------+-----------------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+---------------------------------------------------------------------------------------+ | void | :ref:`clamp_split_offset` **(** **)** | +------+---------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Theme Properties ---------------- .. table:: :widths: auto +-----------------------------------+-------------------------------------------------------------------------------------------+--------+ | :ref:`int` | :ref:`autohide` | ``1`` | +-----------------------------------+-------------------------------------------------------------------------------------------+--------+ | :ref:`int` | :ref:`minimum_grab_thickness` | ``6`` | +-----------------------------------+-------------------------------------------------------------------------------------------+--------+ | :ref:`int` | :ref:`separation` | ``12`` | +-----------------------------------+-------------------------------------------------------------------------------------------+--------+ | :ref:`Texture2D` | :ref:`grabber` | | +-----------------------------------+-------------------------------------------------------------------------------------------+--------+ | :ref:`Texture2D` | :ref:`h_grabber` | | +-----------------------------------+-------------------------------------------------------------------------------------------+--------+ | :ref:`Texture2D` | :ref:`v_grabber` | | +-----------------------------------+-------------------------------------------------------------------------------------------+--------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_SplitContainer_signal_dragged: .. rst-class:: classref-signal **dragged** **(** :ref:`int` offset **)** .. 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_SplitContainer_DraggerVisibility: .. rst-class:: classref-enumeration enum **DraggerVisibility**: .. _class_SplitContainer_constant_DRAGGER_VISIBLE: .. rst-class:: classref-enumeration-constant :ref:`DraggerVisibility` **DRAGGER_VISIBLE** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_SplitContainer_constant_DRAGGER_HIDDEN: .. rst-class:: classref-enumeration-constant :ref:`DraggerVisibility` **DRAGGER_HIDDEN** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_SplitContainer_constant_DRAGGER_HIDDEN_COLLAPSED: .. rst-class:: classref-enumeration-constant :ref:`DraggerVisibility` **DRAGGER_HIDDEN_COLLAPSED** = ``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_SplitContainer_property_collapsed: .. rst-class:: classref-property :ref:`bool` **collapsed** = ``false`` .. rst-class:: classref-property-setget - void **set_collapsed** **(** :ref:`bool` value **)** - :ref:`bool` **is_collapsed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SplitContainer_property_dragger_visibility: .. rst-class:: classref-property :ref:`DraggerVisibility` **dragger_visibility** = ``0`` .. rst-class:: classref-property-setget - void **set_dragger_visibility** **(** :ref:`DraggerVisibility` value **)** - :ref:`DraggerVisibility` **get_dragger_visibility** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SplitContainer_property_split_offset: .. rst-class:: classref-property :ref:`int` **split_offset** = ``0`` .. rst-class:: classref-property-setget - void **set_split_offset** **(** :ref:`int` value **)** - :ref:`int` **get_split_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SplitContainer_property_vertical: .. rst-class:: classref-property :ref:`bool` **vertical** = ``false`` .. rst-class:: classref-property-setget - void **set_vertical** **(** :ref:`bool` value **)** - :ref:`bool` **is_vertical** **(** **)** .. 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_SplitContainer_method_clamp_split_offset: .. rst-class:: classref-method void **clamp_split_offset** **(** **)** .. 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_SplitContainer_theme_constant_autohide: .. rst-class:: classref-themeproperty :ref:`int` **autohide** = ``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_SplitContainer_theme_constant_minimum_grab_thickness: .. rst-class:: classref-themeproperty :ref:`int` **minimum_grab_thickness** = ``6`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SplitContainer_theme_constant_separation: .. rst-class:: classref-themeproperty :ref:`int` **separation** = ``12`` .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SplitContainer_theme_icon_grabber: .. rst-class:: classref-themeproperty :ref:`Texture2D` **grabber** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SplitContainer_theme_icon_h_grabber: .. rst-class:: classref-themeproperty :ref:`Texture2D` **h_grabber** .. container:: contribute There is currently no description for this theme property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SplitContainer_theme_icon_v_grabber: .. rst-class:: classref-themeproperty :ref:`Texture2D` **v_grabber** .. 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.)`