Separator

class Separator(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget, Orientable

GtkSeparator is a horizontal or vertical separator widget.

https://docs.gtk.org/gtk4/separator.png

A GtkSeparator can be used to group the widgets within a window. It displays a line with a shadow to make it appear sunken into the interface.

CSS nodes

GtkSeparator has a single CSS node with name separator. The node gets one of the .horizontal or .vertical style classes.

Accessibility

GtkSeparator uses the SEPARATOR role.

Constructors

class Separator
classmethod new(orientation: Orientation) Widget

Creates a new GtkSeparator with the given orientation.

Parameters:

orientation – the separator’s orientation.