Separator (original) (raw)
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...
Inherits: Control < CanvasItem < Node < Object
Inherited By: HSeparator, VSeparator
Abstract base class for separators.
Description
Abstract base class for separators, used for separating other controls. Separators are purely visual and normally drawn as a StyleBoxLine.
Theme Properties
Theme Property Descriptions
The size of the area covered by the separator. Effectively works like a minimum width/height.
The style for the separator line. Works best with StyleBoxLine (remember to enable StyleBoxLine.vertical for VSeparator).