Evas_Object_Group (3) Linux Manual Page
Generic Object Functions – Functions that manipulate generic evas objects. FunctionsEAPI void evas_object_del (Evas_Object *obj) Deletes the given evas object and frees its memory. EAPI void evas_object_move (Evas_Object *obj, Evas_Coord x, Evas_Coord y) Moves the given evas object to the given location. EAPI void evas_object_resize (Evas_Object *obj, Evas_Coord w, Evas_Coord h) Changes the size of…
