elm_focus.h: more informative documentation.

This commit is contained in:
Daniel Juyung Seo 2013-03-10 00:47:26 +09:00
parent c8ac271b79
commit a35926215d
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ EAPI Eina_Bool elm_object_focus_get(const Evas_Object *obj);
* the focus from @p obj, passing it back to the previous element in the
* focus chain list.
*
* @warning Only visible object can get a focus. Call evas_object_show(o), if
* you want to give a focus to the evas object.
* @warning Only visible object can get a focus. Call evas_object_show(o) before
* calling this API, if you want to give a focus to the evas object.
*
* @see elm_object_focus_get(), elm_object_focus_custom_chain_get()
*