Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you still find outdated information, please open an issue.

Separator๏ƒ

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๏ƒ

int

separation

0

StyleBox

separator


Theme Property Descriptions๏ƒ

int separation = 0 ๐Ÿ”—

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


StyleBox separator ๐Ÿ”—

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