efl/src/lib/elementary/elm_interface_atspi_widget_...

26 lines
735 B
Plaintext
Raw Normal View History

type Elm_Atspi_Action: __undefined_type;
mixin Elm.Interface.Atspi_Widget_Action (Elm.Interface.Atspi_Action)
{
legacy_prefix: null;
eo_prefix: elm_interface_atspi_widget_action;
data: null;
2015-05-07 09:32:53 -07:00
methods {
@property elm_actions @protected {
get @virtual_pure {
}
values {
2015-08-06 06:52:01 -07:00
actions: const(Elm_Atspi_Action)*; [[NULL-terminated array of Elm_Atspi_Action]]
}
}
}
implements {
Elm.Interface.Atspi_Action.action_do;
Elm.Interface.Atspi_Action.keybinding_get;
Elm.Interface.Atspi_Action.name.get;
Elm.Interface.Atspi_Action.description.set;
Elm.Interface.Atspi_Action.description.get;
Elm.Interface.Atspi_Action.actions.get;
}
}