Table Of Contents

Previous topic

Segment Control

Next topic

Slider

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

class efl.elementary.Separator

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 None

The horizontal mode of a separator object

Type:bool
horizontal_get()
horizontal_set(b)