From 2b40bed5a726db92c099f87b95bdc63b61d57967 Mon Sep 17 00:00:00 2001 From: gastal Date: Fri, 17 Feb 2012 17:29:26 +0000 Subject: [PATCH] Better description for group WidgetNavigation. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68079 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_object.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h index c70eb7a..474a8da 100644 --- a/src/lib/elm_object.h +++ b/src/lib/elm_object.h @@ -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. */ /** -- 2.7.4