elm: Fixed comments and documentations on test_focus and genlist header.

This commit is contained in:
Daniel Juyung Seo 2014-02-04 01:34:34 +09:00
parent c40f30d772
commit 8acb4820bc
2 changed files with 4 additions and 5 deletions

View 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;

View 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.
*