elm: Fixed comments and documentations on test_focus and genlist header.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Feb 2014 16:34:34 +0000 (01:34 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Feb 2014 16:35:40 +0000 (01:35 +0900)
legacy/elementary/src/bin/test_focus.c
legacy/elementary/src/lib/elm_genlist_legacy.h

index 4bdbf65..beceace 100644 (file)
@@ -557,7 +557,7 @@ test_focus2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_in
    evas_object_show(win);
 }
 
-/**** focus 3 ****/
+/**** focus hide/del ****/
 
 static Evas_Object *foc = NULL;
 
index 3073a42..fb699d0 100644 (file)
@@ -631,15 +631,14 @@ EAPI void elm_genlist_select_mode_set(Evas_Object *obj, Elm_Object_Select_Mode m
 EAPI Elm_Object_Select_Mode elm_genlist_select_mode_get(const Evas_Object *obj);
 
 /**
- * Set whether the genlist items' should be highlighted when item selected.
+ * Set whether the genlist items should be highlighted on item selection.
  *
  * @param obj The genlist object.
  * @param highlight @c EINA_TRUE to enable highlighting or @c EINA_FALSE to
  * disable it.
  *
- * This will turn on/off the highlight effect when item selection and
- * they will, or will not highlighted. The selected and clicked
- * callback functions will still be called.
+ * This will turn on/off the highlight effect on item selection. The selected
+ * and clicked callback functions will still be called.
  *
  * Highlight is enabled by default.
  *