From 54480c2bd5378cb893c08679e5f21af691e6c018 Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 5 Mar 2012 12:53:00 +0000 Subject: [PATCH] no need to get conform area obj - set content and track THAT object if u want that. deprecate. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68712 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_conform.c | 2 +- src/lib/elm_deprecated.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c index 97cfb38..1a79751 100644 --- a/src/lib/elm_conform.c +++ b/src/lib/elm_conform.c @@ -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; diff --git a/src/lib/elm_deprecated.h b/src/lib/elm_deprecated.h index df0339e..5a9add8 100644 --- a/src/lib/elm_deprecated.h +++ b/src/lib/elm_deprecated.h @@ -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); + +/** * @} */ -- 2.7.4