elm elm_widget.c: Added more internal function description.

SVN revision: 79466
This commit is contained in:
Daniel Juyung Seo 2012-11-20 09:59:21 +00:00
parent 8cc92d351d
commit 4c9edafed8
1 changed files with 8 additions and 0 deletions

View File

@ -743,6 +743,14 @@ _elm_widget_smart_set(Elm_Widget_Smart_Class *api)
}
// internal funcs
/**
* @internal
* Check if the widget has its own focus next function.
*
* @param obj The widget.
* @return focus next function is implemented/unimplemented.
* (@c EINA_TRUE = implemented/@c EINA_FALSE = unimplemented.)
*/
static inline Eina_Bool
_elm_widget_focus_chain_manager_is(const Evas_Object *obj)
{