1 #ifndef _ELM_SLIDER_EO_H_
2 #define _ELM_SLIDER_EO_H_
3 
4 #ifndef _ELM_SLIDER_EO_CLASS_TYPE
5 #define _ELM_SLIDER_EO_CLASS_TYPE
6 
7 typedef Eo Elm_Slider;
8 
9 #endif
10 
11 #ifndef _ELM_SLIDER_EO_TYPES
12 #define _ELM_SLIDER_EO_TYPES
13 
14 
15 #endif
16 /** Elementary slider class
17  *
18  * @ingroup Elm_Slider
19  */
20 #define ELM_SLIDER_CLASS elm_slider_class_get()
21 
22 EWAPI const Efl_Class *elm_slider_class_get(void) EINA_CONST;
23 
24 #endif
25