Functions | |
EAPI void | evas_object_show (Evas_Object *obj) |
Makes the given evas object visible. | |
EAPI void | evas_object_hide (Evas_Object *obj) |
Makes the given evas object invisible. | |
EAPI Evas_Bool | evas_object_visible_get (Evas_Object *obj) |
Retrieves whether or not the given evas object is visible. |
EAPI void evas_object_hide | ( | Evas_Object * | obj | ) |
Makes the given evas object invisible.
obj | The given evas object. |
EAPI void evas_object_show | ( | Evas_Object * | obj | ) |
Makes the given evas object visible.
obj | The given evas object. |
EAPI Evas_Bool evas_object_visible_get | ( | Evas_Object * | obj | ) |
Retrieves whether or not the given evas object is visible.
obj | The given evas object. |
1
if the object is visible. 0
otherwise.