Evas: Add functions to get/set if an object is a 'frame object'.

SVN revision: 66535
This commit is contained in:
Christopher Michael 2011-12-26 23:08:17 +00:00
parent 0740555698
commit 1e7bfab5ee
1 changed files with 3 additions and 0 deletions

View File

@ -9050,6 +9050,9 @@ EAPI void evas_object_polygon_points_clear (Evas_Object *obj) EINA
* @}
*/
EAPI void evas_object_is_frame_object_set(Evas_Object *obj, Eina_Bool is_frame);
EAPI Eina_Bool evas_object_is_frame_object_get(Evas_Object *obj);
/**
* @defgroup Evas_Smart_Group Smart Functions
*