elm_label: add EFL_ACCESS_WIDGET_ACTION_MIXIN

we implement the API from it, so we should have that as a type here.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11447
This commit is contained in:
Marcel Hollerbach 2020-03-04 15:03:20 +01:00
parent b8326b6096
commit b9f185cc58
1 changed files with 1 additions and 1 deletions

View File

@ -216,6 +216,6 @@ static const Efl_Class_Description _elm_label_class_desc = {
NULL
};
EFL_DEFINE_CLASS(elm_label_class_get, &_elm_label_class_desc, EFL_UI_LAYOUT_BASE_CLASS, ELM_LAYOUT_MIXIN, EFL_UI_LEGACY_INTERFACE, NULL);
EFL_DEFINE_CLASS(elm_label_class_get, &_elm_label_class_desc, EFL_UI_LAYOUT_BASE_CLASS, ELM_LAYOUT_MIXIN, EFL_UI_LEGACY_INTERFACE, EFL_ACCESS_WIDGET_ACTION_MIXIN, NULL);
#include "elm_label_eo.legacy.c"