no need to get conform area obj - set content and track THAT object

if u want that. deprecate.



SVN revision: 68712
This commit is contained in:
Carsten Haitzler 2012-03-05 12:53:00 +00:00
parent 9342ed4e64
commit 7bc052c593
2 changed files with 11 additions and 1 deletions

View 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;

View File

@ -4774,6 +4774,16 @@ 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);
/**
* @}
*/