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

26 lines
781 B
Plaintext

type Elm_Atspi_Action: __undefined_type; [[Elementary AT-SPI action type]]
mixin Elm.Interface.Atspi_Widget_Action (Elm.Interface.Atspi_Action)
{
[[AT-SPI widget action mixin]]
eo_prefix: elm_interface_atspi_widget_action;
data: null;
methods {
@property elm_actions @protected {
[[Elementary actions]]
get @pure_virtual {
}
values {
actions: ptr(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 { get; set; }
Elm.Interface.Atspi_Action.actions { get; }
}
}