Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/elm_interface_scrollable.c
Show First 20 Lines • Show All 4966 Lines • ▼ Show 20 Line(s) | |||||
4967 | 4967 | | |||
4968 | #define ELM_PAN_EXTRA_OPS \ | 4968 | #define ELM_PAN_EXTRA_OPS \ | ||
4969 | EFL_CANVAS_GROUP_ADD_DEL_OPS(elm_pan) | 4969 | EFL_CANVAS_GROUP_ADD_DEL_OPS(elm_pan) | ||
4970 | 4970 | | |||
4971 | #define ELM_INTERFACE_SCROLLABLE_EXTRA_OPS \ | 4971 | #define ELM_INTERFACE_SCROLLABLE_EXTRA_OPS \ | ||
4972 | EFL_CANVAS_GROUP_ADD_DEL_OPS(elm_interface_scrollable) | 4972 | EFL_CANVAS_GROUP_ADD_DEL_OPS(elm_interface_scrollable) | ||
4973 | 4973 | | |||
4974 | #include "elm_interface_scrollable.eo.c" | 4974 | #include "elm_interface_scrollable.eo.c" | ||
4975 | #include "elm_pan.eo.c" | 4975 | #include "elm_pan_eo.c" |