Better description for group WidgetNavigation.
authorgastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Feb 2012 17:29:26 +0000 (17:29 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Feb 2012 17:29:26 +0000 (17:29 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68079 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_object.h

index c70eb7a..474a8da 100644 (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.
  */
 
 /**