Inheritance #

Table of contents

Separator #

Node, core, not_builtin_classes

Abstract base class for separators.

Abstract base class for separators, used for separating other controls. Separators are purely visual and normally drawn as a StyleBoxLine.

Members #

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Theme Items #

self["theme_override_constants/separation"] = 0 as int#

The size of the area covered by the separator. Effectively works like a minimum width/height.

self["theme_override_styles/separator"] = style as StyleBox#

The style for the separator line. Works best with StyleBoxLine (remember to enable StyleBoxLine.vertical for VSeparator).

Tutorials #