summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_atspi_app_object.eo
blob: a48697dae3b904a03a3b1e683a3f5f58977a4e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
class Elm.Atspi.App.Object (Elm.Atspi.Plug, Elm.Interface.Atspi_Accessible)
{
   [[AT-SPI application object class]]
   legacy_prefix: elm_atspi_app_object;
   data: Elm_Atspi_App_Object_Data;
   implements {
      Efl.Object.constructor;
      Efl.Object.destructor;
      Elm.Interface.Atspi_Accessible.name { get; }
      Elm.Interface.Atspi_Accessible.description { get; set; }
      Elm.Interface.Atspi_Accessible.role { get; }
      Elm.Interface.Atspi_Accessible.index_in_parent { get; }
      Elm.Interface.Atspi.Socket.on_embedded;
      Elm.Interface.Atspi.Socket.on_connected;
      Elm.Interface.Atspi.Socket.on_disconnected;
   }
}