Separator
Separator is a very thin object used to separate other objects. More...
Functions | |
Evas_Object * | elm_separator_add (Evas_Object *parent) |
Add a separator object to parent . | |
void | elm_separator_horizontal_set (Evas_Object *obj, Eina_Bool horizontal) |
Set the horizontal mode of a separator object. | |
Eina_Bool | elm_separator_horizontal_get (const Evas_Object *obj) |
Get the horizontal mode of a separator object. |
Detailed Description
Separator is a very thin object used to separate other objects.

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:
-
parent The parent object
- Returns:
- The separator object, or NULL upon failure
Eina_Bool elm_separator_horizontal_get | ( | const Evas_Object * | obj | ) |
Get the horizontal mode of a separator object.
- Parameters:
-
obj The separator object
- Returns:
- If true, the separator is horizontal
- See also:
- elm_separator_horizontal_set()
void elm_separator_horizontal_set | ( | Evas_Object * | obj, |
Eina_Bool | horizontal | ||
) |
Set the horizontal mode of a separator object.
- Parameters:
-
obj The separator object horizontal If true, the separator is horizontal