Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
SplitContainer¶
Inherits: Container < Control < CanvasItem < Node < Object
Inherited By: HSplitContainer, VSplitContainer
A container that splits two child controls horizontally or vertically and provides a grabber for adjusting the split ratio.
Description¶
A container that accepts only two child controls, then arranges them horizontally or vertically and creates a divisor between them. The divisor can be dragged around to change the size relation between the child controls.
Tutorials¶
Properties¶
|
||
|
||
|
||
|
Methods¶
void |
Theme Properties¶
|
||
|
||
|
||
Signals¶
dragged ( int offset )
Emitted when the dragger is dragged by user.
Enumerations¶
enum DraggerVisibility:
DraggerVisibility DRAGGER_VISIBLE = 0
The split dragger is visible when the cursor hovers it.
The split dragger is never visible.
The split dragger is never visible and its space collapsed.