Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/elm_multibuttonentry_eo.c
Show First 20 Lines • Show All 213 Lines • ▼ Show 20 Line(s) | 212 | static const Efl_Class_Description _elm_multibuttonentry_class_desc = { | |||
---|---|---|---|---|---|
214 | "Elm.Multibuttonentry", | 214 | "Elm.Multibuttonentry", | ||
215 | EFL_CLASS_TYPE_REGULAR, | 215 | EFL_CLASS_TYPE_REGULAR, | ||
216 | sizeof(Elm_Multibuttonentry_Data), | 216 | sizeof(Elm_Multibuttonentry_Data), | ||
217 | _elm_multibuttonentry_class_initializer, | 217 | _elm_multibuttonentry_class_initializer, | ||
218 | _elm_multibuttonentry_class_constructor, | 218 | _elm_multibuttonentry_class_constructor, | ||
219 | NULL | 219 | NULL | ||
220 | }; | 220 | }; | ||
221 | 221 | | |||
222 | EFL_DEFINE_CLASS(elm_multibuttonentry_class_get, &_elm_multibuttonentry_class_desc, EFL_UI_LAYOUT_BASE_CLASS, EFL_UI_CLICKABLE_INTERFACE, EFL_UI_LEGACY_INTERFACE, NULL); | 222 | EFL_DEFINE_CLASS(elm_multibuttonentry_class_get, &_elm_multibuttonentry_class_desc, EFL_UI_LAYOUT_BASE_CLASS, EFL_UI_CLICKABLE_MIXIN, EFL_UI_LEGACY_INTERFACE, NULL); | ||
223 | 223 | | |||
224 | #include "elm_multibuttonentry_eo.legacy.c" | 224 | #include "elm_multibuttonentry_eo.legacy.c" |