Download

Support

Generic Object Visibility Functions

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

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 (const 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

EAPI void evas_object_hide ( Evas_Object obj  ) 

Makes the given evas object invisible.

Parameters:
obj The given evas object.

References _Evas_Event_Mouse_Out::buttons, _Evas_Event_Mouse_Out::canvas, _Evas_Event_Mouse_Out::data, EVAS_CALLBACK_MOUSE_OUT, evas_list_remove(), _Evas_Event_Mouse_Out::locks, _Evas_Event_Mouse_Out::modifiers, _Evas_Event_Mouse_Out::output, _Evas_Event_Mouse_Out::x, and _Evas_Event_Mouse_Out::y.

Referenced by evas_object_del().

EAPI void evas_object_show ( Evas_Object obj  ) 

Makes the given evas object visible.

Parameters:
obj The given evas object.

EAPI Evas_Bool evas_object_visible_get ( const 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.


Copyright © Enlightenment.org

Evas Documentation