Generic Object Visibility Functions

Functions that deal with the visibility of evas objects. More...

Functions

void evas_object_show (Evas_Object *obj)
 Makes the given evas object visible.
void evas_object_hide (Evas_Object *obj)
 Makes the given evas object invisible.
Evas_Bool evas_object_visible_get (Evas_Object *obj)
 Retrieves whether or not the given evas object is visible.

Detailed Description

Functions that deal with the visibility of evas objects.


Function Documentation

void evas_object_hide Evas_Object obj  ) 
 

Makes the given evas object invisible.

Parameters:
obj The given evas object.

void evas_object_show Evas_Object obj  ) 
 

Makes the given evas object visible.

Parameters:
obj The given evas object.

Evas_Bool evas_object_visible_get Evas_Object obj  ) 
 

Retrieves whether or not the given evas object is visible.

Parameters:
obj The given evas object.
Returns:
1 if the object is visible. 0 otherwise.