elementary : Modified comments and removed trailing white spaces :)
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 08:14:30 +0000 (08:14 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 08:14:30 +0000 (08:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61839 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in
src/lib/elm_widget.c

index e2837bf..2258d98 100644 (file)
@@ -1142,11 +1142,11 @@ extern "C" {
     * @param tree_unfocusable @c EINA_TRUE for unfocusable,
     *        @c EINA_FALSE for focusable.
     *
-    * This sets whether the object @p obj and its children objects 
-    * able to take focus or not. If the tree is set as unfocusable,
+    * This sets whether the object @p obj and its children objects
+    * are able to take focus or not. If the tree is set as unfocusable,
     * newest focused object which is not in this tree will get focus.
     * This API can be helpful for an object to be deleted.
-    * When an object will be deleted soon, it and its children may not 
+    * When an object will be deleted soon, it and its children may not
     * want to get focus (by focus reverting or by other focus controls).
     * Then, just use this API before deleting.
     *
@@ -1160,7 +1160,7 @@ extern "C" {
     * Get whether an Elementary object and its children are unfocusable or not.
     *
     * @param obj The Elementary object to get the information from
-    * @return @c EINA_TRUE, if the tree is unfocussable, 
+    * @return @c EINA_TRUE, if the tree is unfocussable,
     *         @c EINA_FALSE if not (and on errors).
     *
     * @see elm_object_tree_unfocusable_set()
index 03b97d5..3ff98e8 100644 (file)
@@ -1096,7 +1096,7 @@ elm_widget_child_can_focus_get(const Evas_Object *obj)
  * This API makes the widget object and its children to be unfocusable.
  *
  * This API can be helpful for an object to be deleted.
- * When an object will be deleted soon, it and its children may not 
+ * When an object will be deleted soon, it and its children may not
  * want to get focus (by focus reverting or by other focus controls).
  * Then, just use this API before deleting.
  *