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

26 lines
743 B
Plaintext

mixin Elm_Interface_Atspi_Widget_Action (Elm_Interface_Atspi_Action)
{
legacy_prefix: null;
eo_prefix: elm_interface_atspi_widget_action;
data: null;
properties {
elm_actions @protected {
get {
}
values {
const(Elm_Atspi_Action)* actions; /*@ NULL-terminated array of Elm_Actions
*/
}
}
}
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;
@virtual .elm_actions.get;
}
}