From edcca7c364ef0d91191a229acabb01d8ecda5c27 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 26 Jan 2013 10:15:26 +0000 Subject: [PATCH] elm elm_focus.h: More documentation. The object should be visible to get a focus. SVN revision: 83357 --- legacy/elementary/src/lib/elm_focus.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/elementary/src/lib/elm_focus.h b/legacy/elementary/src/lib/elm_focus.h index 1d07355cee..9ee5acb333 100644 --- a/legacy/elementary/src/lib/elm_focus.h +++ b/legacy/elementary/src/lib/elm_focus.h @@ -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