Better description for group WidgetNavigation.

SVN revision: 68079
This commit is contained in:
Jonas M. Gastal 2012-02-17 17:29:26 +00:00
parent 6c3ad53684
commit a46b607612
1 changed files with 3 additions and 3 deletions

View File

@ -186,9 +186,9 @@ EAPI Eina_Bool elm_object_disabled_get(const Evas_Object *obj);
/**
* @defgroup WidgetNavigation Widget Tree Navigation.
*
* How to check if an Evas Object is an Elementary widget? How to
* get the first elementary widget that is parent of the given
* object? These are all covered in widget tree navigation.
* These functions provide checks for if a Evas_Object is an Elementary widget,
* the possibility of getting a widget's parent, top level parent and getting a
* string representation of a widget's type.
*/
/**