SplitContainer

Inherits: Container < Control < CanvasItem < Node < Object

Inherited By: HSplitContainer, VSplitContainer

There is currently no description for this class. Please help us by contributing one!

Properties

bool

collapsed

false

DraggerVisibility

dragger_visibility

0

int

split_offset

0

bool

vertical

false

Methods

void

clamp_split_offset ( )

Theme Properties

int

autohide

1

int

minimum_grab_thickness

6

int

separation

12

Texture2D

grabber

Texture2D

h_grabber

Texture2D

v_grabber


Signals

dragged ( int offset )

There is currently no description for this signal. Please help us by contributing one!


Enumerations

enum DraggerVisibility:

DraggerVisibility DRAGGER_VISIBLE = 0

There is currently no description for this enum. Please help us by contributing one!

DraggerVisibility DRAGGER_HIDDEN = 1

There is currently no description for this enum. Please help us by contributing one!

DraggerVisibility DRAGGER_HIDDEN_COLLAPSED = 2

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

bool collapsed = false

  • void set_collapsed ( bool value )

  • bool is_collapsed ( )

There is currently no description for this property. Please help us by contributing one!


DraggerVisibility dragger_visibility = 0

There is currently no description for this property. Please help us by contributing one!


int split_offset = 0

  • void set_split_offset ( int value )

  • int get_split_offset ( )

There is currently no description for this property. Please help us by contributing one!


bool vertical = false

  • void set_vertical ( bool value )

  • bool is_vertical ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

void clamp_split_offset ( )

There is currently no description for this method. Please help us by contributing one!


Theme Property Descriptions

int autohide = 1

There is currently no description for this theme property. Please help us by contributing one!


int minimum_grab_thickness = 6

There is currently no description for this theme property. Please help us by contributing one!


int separation = 12

There is currently no description for this theme property. Please help us by contributing one!


Texture2D grabber

There is currently no description for this theme property. Please help us by contributing one!


Texture2D h_grabber

There is currently no description for this theme property. Please help us by contributing one!


Texture2D v_grabber

There is currently no description for this theme property. Please help us by contributing one!