elm elm_focus.h: More documentation. The object should be visible to get a focus.

SVN revision: 83357
This commit is contained in:
Daniel Juyung Seo 2013-01-26 10:15:26 +00:00
parent 9f9a89bc9b
commit edcca7c364
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ 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.
*
* @see elm_object_focus_get(), elm_object_focus_custom_chain_get()
*
* @ingroup Focus