Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/elm_interface_scrollable.h
Show All 26 Lines | |||||
27 | * behavior. For that, we have it also exposed here -- | 27 | * behavior. For that, we have it also exposed here -- | ||
28 | * #Elm_Pan_Smart_Class. Use elm_pan_smart_class_get() to build your | 28 | * #Elm_Pan_Smart_Class. Use elm_pan_smart_class_get() to build your | ||
29 | * custom panning object, when creating a scrollable widget (again, | 29 | * custom panning object, when creating a scrollable widget (again, | ||
30 | * only if you need a custom panning object) and set it with | 30 | * only if you need a custom panning object) and set it with | ||
31 | * Elm_Scrollable_Smart_Interface::extern_pan_set. | 31 | * Elm_Scrollable_Smart_Interface::extern_pan_set. | ||
32 | */ | 32 | */ | ||
33 | 33 | | |||
34 | #ifdef EFL_EO_API_SUPPORT | 34 | #ifdef EFL_EO_API_SUPPORT | ||
35 | #include "elm_pan.eo.h" | 35 | #include "elm_pan_eo.h" | ||
36 | #endif | 36 | #endif | ||
37 | #ifndef EFL_NOLEGACY_API_SUPPORT | 37 | #ifndef EFL_NOLEGACY_API_SUPPORT | ||
38 | #include "elm_pan.eo.legacy.h" | 38 | #include "elm_pan_eo.legacy.h" | ||
39 | #endif | 39 | #endif | ||
40 | 40 | | |||
41 | /** | 41 | /** | ||
42 | * Elementary scroller panning base smart data. | 42 | * Elementary scroller panning base smart data. | ||
43 | */ | 43 | */ | ||
44 | typedef struct _Elm_Pan_Smart_Data Elm_Pan_Smart_Data; | 44 | typedef struct _Elm_Pan_Smart_Data Elm_Pan_Smart_Data; | ||
45 | struct _Elm_Pan_Smart_Data | 45 | struct _Elm_Pan_Smart_Data | ||
46 | { | 46 | { | ||
▲ Show 20 Lines • Show All 216 Lines • Show Last 20 Lines |