no need to get conform area obj - set content and track THAT object
authorCarsten Haitzler <raster@rasterman.com>
Mon, 5 Mar 2012 12:53:00 +0000 (12:53 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 5 Mar 2012 12:53:00 +0000 (12:53 +0000)
if u want that. deprecate.

SVN revision: 68712

src/lib/elm_conform.c
src/lib/elm_deprecated.h

index 97cfb38..1a79751 100644 (file)
@@ -649,7 +649,7 @@ elm_conformant_content_unset(Evas_Object *obj)
    return _content_unset_hook(obj, NULL);
 }
 
-EAPI Evas_Object *
+EINA_DEPRECATED EAPI Evas_Object *
 elm_conformant_content_area_get(const Evas_Object *obj)
 {
    ELM_CHECK_WIDTYPE(obj, widtype) NULL;
index df0339e..5a9add8 100644 (file)
@@ -4775,5 +4775,15 @@ EINA_DEPRECATED EAPI Eina_Bool             elm_win_transparent_get(const Evas_Ob
 EINA_DEPRECATED EAPI void             elm_theme_all_set(const char *theme);
 
 /**
+ * Returns the Evas_Object that represents the content area.
+ *
+ * @param obj The conformant object.
+ * @return The content area of the widget.
+ *
+ * @ingroup Conformant
+ */
+EINA_DEPRECATED EAPI Evas_Object                 *elm_conformant_content_area_get(const Evas_Object *obj);
+
+/**
  * @}
  */