1 #ifndef _ELM_WIDGET_ITEM_STATIC_FOCUS_EO_H_
2 #define _ELM_WIDGET_ITEM_STATIC_FOCUS_EO_H_
3 
4 #ifndef _ELM_WIDGET_ITEM_STATIC_FOCUS_EO_CLASS_TYPE
5 #define _ELM_WIDGET_ITEM_STATIC_FOCUS_EO_CLASS_TYPE
6 
7 typedef Eo Elm_Widget_Item_Static_Focus;
8 
9 #endif
10 
11 #ifndef _ELM_WIDGET_ITEM_STATIC_FOCUS_EO_TYPES
12 #define _ELM_WIDGET_ITEM_STATIC_FOCUS_EO_TYPES
13 
14 
15 #endif
16 /** A class that ensures that at least ONE focusable target is behind this
17  * widget item. If there is none registered to it after a prepare call it will
18  * register the view of the item as item.
19  *
20  * @ingroup Elm_Widget_Item_Static_Focus
21  */
22 #define ELM_WIDGET_ITEM_STATIC_FOCUS_CLASS elm_widget_item_static_focus_class_get()
23 
24 EWAPI const Efl_Class *elm_widget_item_static_focus_class_get(void) EINA_CONST;
25 
26 #endif
27