Separator

../_images/separator-preview.png

Widget description

Separator is a very thin object used to separate other objects.

A separator can be vertical or horizontal.

Inheritance diagram

Inheritance diagram of Separator
class efl.elementary.Separator(Object parent, *args, **kwargs)

Bases: efl.elementary.__init__.LayoutClass

This is the class that actually implements the widget.

Parameters
  • parent (efl.evas.Object) – The parent object

  • **kwargs – All the remaining keyword arguments are interpreted as properties of the instance

horizontal

The horizontal mode of a separator object

Type

bool

horizontal_get()
horizontal_set(b)