Separator type (joe.win)


Extends: Control

The Separator widget is a horizontal or vertical separator.

Initializer

Methods

Control Methods

Region Methods

Node Methods

Properties

Separator widgets have the following properties, in addition to those inherited from superclasses.

PropertyTypeDescription
#orientationOrientationHorizontal or vertical

Separator Initializer


Separator() → Separator

Returns a Separator, which is horizontal by default.

Methods


separator.horizontal()


separator.horizontal() → this

Sets the orientation to horizontal

separator.vertical()


separator.vertical() → this

Sets the orientation to vertical