1 #ifndef _EFL_UI_FRAME_LEGACY_EO_H_
2 #define _EFL_UI_FRAME_LEGACY_EO_H_
3 
4 #ifndef _EFL_UI_FRAME_LEGACY_EO_CLASS_TYPE
5 #define _EFL_UI_FRAME_LEGACY_EO_CLASS_TYPE
6 
7 typedef Eo Efl_Ui_Frame_Legacy;
8 
9 #endif
10 
11 #ifndef _EFL_UI_FRAME_LEGACY_EO_TYPES
12 #define _EFL_UI_FRAME_LEGACY_EO_TYPES
13 
14 
15 #endif
16 #ifdef EFL_BETA_API_SUPPORT
17 /**
18  * @brief Frame widget
19  *
20  * The Frame widget allows for collapsing and expanding the content widget by
21  * clicking on the frame label. the label and content can be set using text_set
22  * and content_set api.
23  *
24  * @ingroup Efl_Ui_Frame_Legacy
25  */
26 #define EFL_UI_FRAME_LEGACY_CLASS efl_ui_frame_legacy_class_get()
27 
28 EWAPI const Efl_Class *efl_ui_frame_legacy_class_get(void) EINA_CONST;
29 #endif /* EFL_BETA_API_SUPPORT */
30 
31 #endif
32