Separator#

class ignis.widgets.Widget.Separator(*args: Any, **kwargs: Any)#

Bases: Gtk.Separator

A separator widget.

Parameters:

**kwargs -- Properties to set.

Widget.Separator(
    vertical=False,
)
gproperty vertical: bool#
  • read-write

Whether the separator is vertical.