Evas_Object_Visibility_Group (3) Linux Manual Page
Generic Object Visibility Functions – Functions that deal with the visibility of evas objects.
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_CALLBACK_MOUSE_OUT, and evas_list_remove().
Referenced by evas_object_del(), and evas_object_smart_clipped_member_del().
EAPI void evas_object_show (Evas_Object * obj)
Makes the given evas object visible. Parameters:
- obj The given evas object.
Referenced by evas_object_smart_clipped_member_add().
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.
Referenced by evas_object_smart_clipped_member_add().
