Functions
Separator

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

Functions

bool elm_separator::horizontal_get () const
 Get the horizontal mode of a separator object. More...
 
void elm_separator::horizontal_set (bool horizontal_) const
 Get the horizontal mode of a separator object. More...
 
Evas_Object * elm_separator_add (Evas_Object *parent)
 Add a separator object to parent. More...
 

Detailed Description

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

separator_inheritance_tree.png

A separator can be vertical or horizontal.

This widget inherits from the Layout one, so that all the functions acting on it also work for separator objects.

This widget emits the signals coming from Layout.

Separator example is a good example of how to use a separator.

Function Documentation

Evas_Object* elm_separator_add ( Evas_Object *  parent)

Add a separator object to parent.

Parameters
parentThe parent object
Returns
The separator object, or NULL upon failure
bool elm_separator::horizontal_get ( ) const
inline

Get the horizontal mode of a separator object.

Returns
If true, the separator is horizontal
See also
elm_separator_horizontal_set()
Parameters
horizontalIf true, the separator is horizontal
void elm_separator::horizontal_set ( bool  horizontal_) const
inline

Get the horizontal mode of a separator object.

Returns
If true, the separator is horizontal
See also
elm_separator_horizontal_set()
Parameters
horizontalIf true, the separator is horizontal