Elm interface atspi: Fix namespacing to use . and not _.

This commit is contained in:
Tom Hacohen 2016-05-12 11:37:43 +01:00
parent 6668d77b09
commit 45d96b1c21
53 changed files with 214 additions and 214 deletions

View File

@ -1,12 +1,12 @@
class Elm.Atspi.App.Object (Eo.Base, Elm.Interface_Atspi_Accessible) class Elm.Atspi.App.Object (Eo.Base, Elm.Interface.Atspi_Accessible)
{ {
data: Elm_Atspi_App_Object_Data; data: Elm_Atspi_App_Object_Data;
implements { implements {
Eo.Base.destructor; Eo.Base.destructor;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Accessible.description.get; Elm.Interface.Atspi_Accessible.description.get;
Elm.Interface_Atspi_Accessible.description.set; Elm.Interface.Atspi_Accessible.description.set;
Elm.Interface_Atspi_Accessible.role.get; Elm.Interface.Atspi_Accessible.role.get;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
} }
} }

View File

@ -1,5 +1,5 @@
class Elm.Button (Elm.Layout, Evas.Clickable_Interface, class Elm.Button (Elm.Layout, Evas.Clickable_Interface,
Elm.Interface_Atspi_Widget_Action) Elm.Interface.Atspi_Widget_Action)
{ {
[[Push-button widget [[Push-button widget
@ -85,6 +85,6 @@ class Elm.Button (Elm.Layout, Evas.Clickable_Interface,
Elm.Layout.text_aliases.get; Elm.Layout.text_aliases.get;
Elm.Layout.content_aliases.get; Elm.Layout.content_aliases.get;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
} }

View File

@ -72,7 +72,7 @@ struct Elm.Calendar.Mark; [[Item handle for a calendar mark.
with @Elm.Calendar.mark_del. with @Elm.Calendar.mark_del.
]] ]]
class Elm.Calendar (Elm.Layout, Elm.Interface_Atspi_Widget_Action) class Elm.Calendar (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{ {
[[Calendar widget [[Calendar widget
@ -391,7 +391,7 @@ class Elm.Calendar (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
Elm.Widget.focus_next; Elm.Widget.focus_next;
Elm.Widget.event; Elm.Widget.event;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
changed; [[Emitted when the date in the calendar is changed]] changed; [[Emitted when the date in the calendar is changed]]

View File

@ -1,4 +1,4 @@
class Elm.Check (Efl.Ui.Nstate, Elm.Interface_Atspi_Widget_Action) class Elm.Check (Efl.Ui.Nstate, Elm.Interface.Atspi_Widget_Action)
{ {
[[Check widget [[Check widget
@ -31,8 +31,8 @@ class Elm.Check (Efl.Ui.Nstate, Elm.Interface_Atspi_Widget_Action)
Elm.Layout.text_aliases.get; Elm.Layout.text_aliases.get;
Efl.Ui.Nstate.count.set; Efl.Ui.Nstate.count.set;
Efl.Ui.Nstate.value.set; Efl.Ui.Nstate.value.set;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
changed; [[This is called whenever the user changes the state of the check changed; [[This is called whenever the user changes the state of the check

View File

@ -12,7 +12,7 @@ enum Elm.Colorselector.Mode
all [[All possible color selector is displayed.]] all [[All possible color selector is displayed.]]
} }
class Elm.Colorselector (Elm.Layout, Elm.Interface_Atspi_Widget_Action, class Elm.Colorselector (Elm.Layout, Elm.Interface.Atspi_Widget_Action,
Evas.Clickable_Interface) Evas.Clickable_Interface)
{ {
eo_prefix: elm_obj_colorselector; eo_prefix: elm_obj_colorselector;
@ -115,7 +115,7 @@ selected.]]
Elm.Widget.access; Elm.Widget.access;
Elm.Widget.event; Elm.Widget.event;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
color,item,selected; color,item,selected;

View File

@ -1,5 +1,5 @@
class Elm.Combobox (Elm.Button, Evas.Selectable_Interface, class Elm.Combobox (Elm.Button, Evas.Selectable_Interface,
Elm.Interface_Atspi_Widget_Action, Elm.Interface.Atspi_Widget_Action,
Elm.Entry, Elm.Genlist, Elm.Hover, Elm.Multibuttonentry) Elm.Entry, Elm.Genlist, Elm.Hover, Elm.Multibuttonentry)
{ {
eo_prefix: elm_obj_combobox; eo_prefix: elm_obj_combobox;
@ -65,7 +65,7 @@ class Elm.Combobox (Elm.Button, Evas.Selectable_Interface,
Elm.Widget.event; Elm.Widget.event;
Elm.Button.admits_autorepeat.get; Elm.Button.admits_autorepeat.get;
Elm.Genlist.filter.set; Elm.Genlist.filter.set;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
dismissed; dismissed;

View File

@ -8,7 +8,7 @@ enum Elm.Ctxpopup.Direction
unknown [[Ctxpopup does not determine it's direction yet.]] unknown [[Ctxpopup does not determine it's direction yet.]]
} }
class Elm.Ctxpopup (Elm.Layout, Elm.Interface_Atspi_Widget_Action, Efl.Orientation) class Elm.Ctxpopup (Elm.Layout, Elm.Interface.Atspi_Widget_Action, Efl.Orientation)
{ {
eo_prefix: elm_obj_ctxpopup; eo_prefix: elm_obj_ctxpopup;
methods { methods {
@ -217,8 +217,8 @@ class Elm.Ctxpopup (Elm.Layout, Elm.Interface_Atspi_Widget_Action, Efl.Orientati
Efl.Container.content_unset; Efl.Container.content_unset;
Elm.Layout.sub_object_add_enable; Elm.Layout.sub_object_add_enable;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Efl.Orientation.orientation; Efl.Orientation.orientation;
} }
events { events {

View File

@ -1,5 +1,5 @@
class Elm.Diskselector (Elm.Widget, Elm.Interface_Scrollable, class Elm.Diskselector (Elm.Widget, Elm.Interface_Scrollable,
Elm.Interface_Atspi_Widget_Action, Elm.Interface.Atspi_Widget_Action,
Evas.Clickable_Interface, Evas.Scrollable_Interface, Evas.Clickable_Interface, Evas.Scrollable_Interface,
Evas.Selectable_Interface) Evas.Selectable_Interface)
{ {
@ -209,7 +209,7 @@ class Elm.Diskselector (Elm.Widget, Elm.Interface_Scrollable,
Elm.Widget.sub_object_del; Elm.Widget.sub_object_del;
Elm.Widget.event; Elm.Widget.event;
Elm.Interface_Scrollable.policy; Elm.Interface_Scrollable.policy;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
} }

View File

@ -115,7 +115,7 @@ enum Elm.Cnp_Mode
} }
class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface, class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface,
Elm.Interface_Atspi_Text, Elm.Interface_Atspi_Editable_Text, Efl.File, Elm.Interface.Atspi.Text, Elm.Interface.Atspi_Editable_Text, Efl.File,
Evas.Selectable_Interface, Evas.Scrollable_Interface) Evas.Selectable_Interface, Evas.Scrollable_Interface)
{ {
eo_prefix: elm_obj_entry; eo_prefix: elm_obj_entry;
@ -960,32 +960,32 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface,
Elm.Layout.content_aliases.get; Elm.Layout.content_aliases.get;
Elm.Interface_Scrollable.policy.set; Elm.Interface_Scrollable.policy.set;
Elm.Interface_Scrollable.bounce_allow.set; Elm.Interface_Scrollable.bounce_allow.set;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Text.text.get; Elm.Interface.Atspi.Text.text.get;
Elm.Interface_Atspi_Text.string.get; Elm.Interface.Atspi.Text.string.get;
Elm.Interface_Atspi_Text.attribute.get; Elm.Interface.Atspi.Text.attribute.get;
Elm.Interface_Atspi_Text.attributes.get; Elm.Interface.Atspi.Text.attributes.get;
Elm.Interface_Atspi_Text.default_attributes.get; Elm.Interface.Atspi.Text.default_attributes.get;
Elm.Interface_Atspi_Text.caret_offset.get; Elm.Interface.Atspi.Text.caret_offset.get;
Elm.Interface_Atspi_Text.caret_offset.set; Elm.Interface.Atspi.Text.caret_offset.set;
Elm.Interface_Atspi_Text.character.get; Elm.Interface.Atspi.Text.character.get;
Elm.Interface_Atspi_Text.character_extents.get; Elm.Interface.Atspi.Text.character_extents.get;
Elm.Interface_Atspi_Text.character_count.get; Elm.Interface.Atspi.Text.character_count.get;
Elm.Interface_Atspi_Text.offset_at_point.get; Elm.Interface.Atspi.Text.offset_at_point.get;
Elm.Interface_Atspi_Text.bounded_ranges.get; Elm.Interface.Atspi.Text.bounded_ranges.get;
Elm.Interface_Atspi_Text.range_extents.get; Elm.Interface.Atspi.Text.range_extents.get;
Elm.Interface_Atspi_Text.selection.get; Elm.Interface.Atspi.Text.selection.get;
Elm.Interface_Atspi_Text.selections_count.get; Elm.Interface.Atspi.Text.selections_count.get;
Elm.Interface_Atspi_Text.selection_add; Elm.Interface.Atspi.Text.selection_add;
Elm.Interface_Atspi_Text.selection_remove; Elm.Interface.Atspi.Text.selection_remove;
Elm.Interface_Atspi_Text.selection.set; Elm.Interface.Atspi.Text.selection.set;
Elm.Interface_Atspi_Editable_Text.content.set; Elm.Interface.Atspi_Editable_Text.content.set;
Elm.Interface_Atspi_Editable_Text.insert; Elm.Interface.Atspi_Editable_Text.insert;
Elm.Interface_Atspi_Editable_Text.copy; Elm.Interface.Atspi_Editable_Text.copy;
Elm.Interface_Atspi_Editable_Text.cut; Elm.Interface.Atspi_Editable_Text.cut;
Elm.Interface_Atspi_Editable_Text.delete; Elm.Interface.Atspi_Editable_Text.delete;
Elm.Interface_Atspi_Editable_Text.paste; Elm.Interface.Atspi_Editable_Text.paste;
Efl.File.file.set; Efl.File.file.set;
Efl.File.file.get; Efl.File.file.get;
} }

View File

@ -1,5 +1,5 @@
class Elm.Fileselector (Elm.Layout, Elm.Interface_Fileselector, class Elm.Fileselector (Elm.Layout, Elm.Interface_Fileselector,
Elm.Interface_Atspi_Widget_Action, Elm.Interface.Atspi_Widget_Action,
Evas.Clickable_Interface, Evas.Selectable_Interface) Evas.Clickable_Interface, Evas.Selectable_Interface)
{ {
eo_prefix: elm_obj_fileselector; eo_prefix: elm_obj_fileselector;
@ -56,7 +56,7 @@ class Elm.Fileselector (Elm.Layout, Elm.Interface_Fileselector,
Elm.Interface_Fileselector.folder_only; Elm.Interface_Fileselector.folder_only;
Elm.Interface_Fileselector.mode; Elm.Interface_Fileselector.mode;
Elm.Interface_Fileselector.current_name; Elm.Interface_Fileselector.current_name;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
done; done;

View File

@ -1,5 +1,5 @@
class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin, class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
Elm.Interface_Atspi_Widget_Action, Elm.Interface.Atspi_Widget_Action,
Evas.Selectable_Interface) Evas.Selectable_Interface)
{ {
eo_prefix: elm_obj_flipselector; eo_prefix: elm_obj_flipselector;
@ -135,7 +135,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
Efl.Ui.Spin.step; Efl.Ui.Spin.step;
Efl.Ui.Spin.value; Efl.Ui.Spin.value;
Efl.Ui.Spin.interval; Efl.Ui.Spin.interval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
underflowed; underflowed;

View File

@ -8,8 +8,8 @@ enum Elm.Gengrid.Reorder_Type
} }
class Elm.Gengrid (Elm.Layout, Elm.Interface_Scrollable, class Elm.Gengrid (Elm.Layout, Elm.Interface_Scrollable,
Evas.Clickable_Interface, Elm.Interface_Atspi_Widget_Action, Evas.Clickable_Interface, Elm.Interface.Atspi_Widget_Action,
Elm.Interface_Atspi_Selection) Elm.Interface.Atspi.Selection)
{ {
eo_prefix: elm_obj_gengrid; eo_prefix: elm_obj_gengrid;
methods { methods {
@ -559,17 +559,17 @@ class Elm.Gengrid (Elm.Layout, Elm.Interface_Scrollable,
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Scrollable.bounce_allow.set; Elm.Interface_Scrollable.bounce_allow.set;
Elm.Interface_Scrollable.policy; Elm.Interface_Scrollable.policy;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Elm.Interface_Atspi_Selection.selected_children_count.get; Elm.Interface.Atspi.Selection.selected_children_count.get;
Elm.Interface_Atspi_Selection.selected_child.get; Elm.Interface.Atspi.Selection.selected_child.get;
Elm.Interface_Atspi_Selection.selected_child_deselect; Elm.Interface.Atspi.Selection.selected_child_deselect;
Elm.Interface_Atspi_Selection.child_select; Elm.Interface.Atspi.Selection.child_select;
Elm.Interface_Atspi_Selection.child_deselect; Elm.Interface.Atspi.Selection.child_deselect;
Elm.Interface_Atspi_Selection.is_child_selected; Elm.Interface.Atspi.Selection.is_child_selected;
Elm.Interface_Atspi_Selection.all_children_select; Elm.Interface.Atspi.Selection.all_children_select;
Elm.Interface_Atspi_Selection.clear; Elm.Interface.Atspi.Selection.clear;
} }
events { events {
realized; realized;

View File

@ -222,7 +222,7 @@ class Elm.Gengrid.Item(Elm.Widget.Item)
Elm.Widget.Item.tooltip_unset; Elm.Widget.Item.tooltip_unset;
Elm.Widget.Item.cursor.set; Elm.Widget.Item.cursor.set;
Elm.Widget.Item.cursor_unset; Elm.Widget.Item.cursor_unset;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
} }
} }

View File

@ -3,7 +3,7 @@ import elm_list;
import elm_genlist_item; import elm_genlist_item;
class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface, class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface,
Elm.Interface_Atspi_Widget_Action, Elm.Interface_Atspi_Selection, Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
Evas.Selectable_Interface) Evas.Selectable_Interface)
{ {
eo_prefix: elm_obj_genlist; eo_prefix: elm_obj_genlist;
@ -546,17 +546,17 @@ class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interfac
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Scrollable.bounce_allow; Elm.Interface_Scrollable.bounce_allow;
Elm.Interface_Scrollable.policy; Elm.Interface_Scrollable.policy;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Elm.Interface_Atspi_Selection.selected_children_count.get; Elm.Interface.Atspi.Selection.selected_children_count.get;
Elm.Interface_Atspi_Selection.selected_child.get; Elm.Interface.Atspi.Selection.selected_child.get;
Elm.Interface_Atspi_Selection.selected_child_deselect; Elm.Interface.Atspi.Selection.selected_child_deselect;
Elm.Interface_Atspi_Selection.child_select; Elm.Interface.Atspi.Selection.child_select;
Elm.Interface_Atspi_Selection.child_deselect; Elm.Interface.Atspi.Selection.child_deselect;
Elm.Interface_Atspi_Selection.is_child_selected; Elm.Interface.Atspi.Selection.is_child_selected;
Elm.Interface_Atspi_Selection.all_children_select; Elm.Interface.Atspi.Selection.all_children_select;
Elm.Interface_Atspi_Selection.clear; Elm.Interface.Atspi.Selection.clear;
} }
events { events {
item,focused; item,focused;

View File

@ -437,7 +437,7 @@ class Elm.Genlist.Item(Elm.Widget.Item)
Elm.Widget.Item.tooltip_unset; Elm.Widget.Item.tooltip_unset;
Elm.Widget.Item.cursor.set; Elm.Widget.Item.cursor.set;
Elm.Widget.Item.cursor_unset; Elm.Widget.Item.cursor_unset;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
} }
} }

View File

@ -7,7 +7,7 @@ enum Elm.Hover.Axis
both [[ELM_HOVER_AXIS_BOTH -- both.]] both [[ELM_HOVER_AXIS_BOTH -- both.]]
} }
class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface_Atspi_Widget_Action) class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_hover; eo_prefix: elm_obj_hover;
methods { methods {
@ -75,7 +75,7 @@ class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface_Atspi_Widge
Efl.Container.content_unset; Efl.Container.content_unset;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Layout.content_aliases.get; Elm.Layout.content_aliases.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
smart,changed; smart,changed;

View File

@ -1,7 +1,7 @@
import elm_icon; import elm_icon;
class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface, class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
Evas.Clickable_Interface, Evas.Clickable_Interface,
Elm.Interface_Atspi_Widget_Action) Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_hoversel; eo_prefix: elm_obj_hoversel;
methods { methods {
@ -99,7 +99,7 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
Elm.Widget.translate; Elm.Widget.translate;
Elm.Widget.event; Elm.Widget.event;
Elm.Button.admits_autorepeat.get; Elm.Button.admits_autorepeat.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
dismissed; dismissed;

View File

@ -43,7 +43,7 @@ struct Elm.Image.Error
class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface, class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,
Efl.File, Efl.Image, Efl.Image.Load, Efl.Player, Efl.Gfx.View, Efl.Player, Efl.File, Efl.Image, Efl.Image.Load, Efl.Player, Efl.Gfx.View, Efl.Player,
Elm.Interface_Atspi_Image, Elm.Interface_Atspi_Widget_Action, Elm.Interface.Atspi_Image, Elm.Interface.Atspi_Widget_Action,
Edje.Object, Efl.Orientation, Efl.Flipable) Edje.Object, Efl.Orientation, Efl.Flipable)
{ {
eo_prefix: elm_obj_image; eo_prefix: elm_obj_image;
@ -153,8 +153,8 @@ class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,
Evas.Draggable_Interface.drag_target.get; Evas.Draggable_Interface.drag_target.get;
Elm.Widget.theme_apply; Elm.Widget.theme_apply;
Elm.Widget.event; Elm.Widget.event;
Elm.Interface_Atspi_Image.extents.get; Elm.Interface.Atspi_Image.extents.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
drop; drop;

View File

@ -243,7 +243,7 @@ class Elm.Index (Elm.Layout, Evas.Clickable_Interface, Evas.Selectable_Interface
Elm.Widget.access; Elm.Widget.access;
Elm.Widget.focus_next; Elm.Widget.focus_next;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
} }
events { events {
changed; changed;

View File

@ -1,4 +1,4 @@
class Elm.Index.Item(Elm.Widget.Item, Elm.Interface_Atspi_Widget_Action) class Elm.Index.Item(Elm.Widget.Item, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_index_item; eo_prefix: elm_obj_index_item;
methods { methods {
@ -42,7 +42,7 @@ class Elm.Index.Item(Elm.Widget.Item, Elm.Interface_Atspi_Widget_Action)
Eo.Base.constructor; Eo.Base.constructor;
Eo.Base.destructor; Eo.Base.destructor;
Elm.Widget.Item.access_register; Elm.Widget.Item.access_register;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
} }

View File

@ -222,7 +222,7 @@ struct Elm.Atspi.Relation
type Elm.Atspi.Relation_Set: list<Elm.Atspi.Relation *> *; type Elm.Atspi.Relation_Set: list<Elm.Atspi.Relation *> *;
mixin Elm.Interface_Atspi_Accessible () mixin Elm.Interface.Atspi_Accessible ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_accessible; eo_prefix: elm_interface_atspi_accessible;
@ -269,7 +269,7 @@ mixin Elm.Interface_Atspi_Accessible ()
[[Gets widget's accessible children.]] [[Gets widget's accessible children.]]
} }
values { values {
children: free(own(list<Elm.Interface_Atspi_Accessible *> *), eina_list_free); children: free(own(list<Elm.Interface.Atspi_Accessible *> *), eina_list_free);
} }
} }
@property role_name @protected { @property role_name @protected {
@ -315,7 +315,7 @@ mixin Elm.Interface_Atspi_Accessible ()
[[Sets widget accessible parent.]] [[Sets widget accessible parent.]]
} }
values { values {
parent: Elm.Interface_Atspi_Accessible *; parent: Elm.Interface.Atspi_Accessible *;
} }
} }
@property state_set @protected { @property state_set @protected {
@ -342,7 +342,7 @@ mixin Elm.Interface_Atspi_Accessible ()
} }
event_emit @class @protected { event_emit @class @protected {
params { params {
@in accessible: Elm.Interface_Atspi_Accessible *; [[Accessibility object.]] @in accessible: Elm.Interface.Atspi_Accessible *; [[Accessibility object.]]
@in event: const(Eo.Event_Description)*; [[Accessibility event type.]] @in event: const(Eo.Event_Description)*; [[Accessibility event type.]]
@in event_info: void*; [[Accessibility event details.]] @in event_info: void*; [[Accessibility event details.]]
} }
@ -401,7 +401,7 @@ mixin Elm.Interface_Atspi_Accessible ()
return: bool; return: bool;
params { params {
@in type: Elm.Atspi.Relation_Type; @in type: Elm.Atspi.Relation_Type;
@in relation_object: const(Elm.Interface_Atspi_Accessible)*; @in relation_object: const(Elm.Interface.Atspi_Accessible)*;
} }
} }
relationship_remove { relationship_remove {
@ -412,7 +412,7 @@ mixin Elm.Interface_Atspi_Accessible ()
]] ]]
params { params {
@in type: Elm.Atspi.Relation_Type; @in type: Elm.Atspi.Relation_Type;
@in relation_object: const(Elm.Interface_Atspi_Accessible)*; @in relation_object: const(Elm.Interface.Atspi_Accessible)*;
} }
} }
relationships_clear { relationships_clear {

View File

@ -1,4 +1,4 @@
mixin Elm.Interface_Atspi_Action () mixin Elm.Interface.Atspi_Action ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_action; eo_prefix: elm_interface_atspi_action;

View File

@ -1,4 +1,4 @@
mixin Elm.Interface_Atspi_Component () mixin Elm.Interface.Atspi_Component ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_component; eo_prefix: elm_interface_atspi_component;

View File

@ -1,4 +1,4 @@
interface Elm.Interface_Atspi_Editable_Text () interface Elm.Interface.Atspi_Editable_Text ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_editable_text; eo_prefix: elm_interface_atspi_editable_text;

View File

@ -1,4 +1,4 @@
mixin Elm.Interface_Atspi_Image () mixin Elm.Interface.Atspi_Image ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_image; eo_prefix: elm_interface_atspi_image;

View File

@ -1,4 +1,4 @@
interface Elm.Interface_Atspi_Selection () interface Elm.Interface.Atspi.Selection ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_selection; eo_prefix: elm_interface_atspi_selection;

View File

@ -39,7 +39,7 @@ struct Elm.Atspi_Text.Change_Info
len: size; len: size;
} }
interface Elm.Interface_Atspi_Text () interface Elm.Interface.Atspi.Text ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_text; eo_prefix: elm_interface_atspi_text;

View File

@ -1,4 +1,4 @@
interface Elm.Interface_Atspi_Value () interface Elm.Interface.Atspi.Value ()
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_value; eo_prefix: elm_interface_atspi_value;

View File

@ -1,6 +1,6 @@
type Elm_Atspi_Action: __undefined_type; type Elm_Atspi_Action: __undefined_type;
mixin Elm.Interface_Atspi_Widget_Action (Elm.Interface_Atspi_Action) mixin Elm.Interface.Atspi_Widget_Action (Elm.Interface.Atspi_Action)
{ {
legacy_prefix: null; legacy_prefix: null;
eo_prefix: elm_interface_atspi_widget_action; eo_prefix: elm_interface_atspi_widget_action;
@ -15,12 +15,12 @@ mixin Elm.Interface_Atspi_Widget_Action (Elm.Interface_Atspi_Action)
} }
} }
implements { implements {
Elm.Interface_Atspi_Action.action_do; Elm.Interface.Atspi_Action.action_do;
Elm.Interface_Atspi_Action.keybinding_get; Elm.Interface.Atspi_Action.keybinding_get;
Elm.Interface_Atspi_Action.name.get; Elm.Interface.Atspi_Action.name.get;
Elm.Interface_Atspi_Action.description.set; Elm.Interface.Atspi_Action.description.set;
Elm.Interface_Atspi_Action.description.get; Elm.Interface.Atspi_Action.description.get;
Elm.Interface_Atspi_Action.actions.get; Elm.Interface.Atspi_Action.actions.get;
@virtual .elm_actions.get; @virtual .elm_actions.get;
} }
} }

View File

@ -1,4 +1,4 @@
interface Elm.Interface_Atspi_Window () interface Elm.Interface.Atspi.Window ()
{ {
events { events {
window,created; [[Called when new window has been created.]] window,created; [[Called when new window has been created.]]

View File

@ -37,7 +37,7 @@ enum Elm.List.Mode
} }
class Elm.List (Elm.Layout, Elm.Interface_Scrollable, class Elm.List (Elm.Layout, Elm.Interface_Scrollable,
Elm.Interface_Atspi_Widget_Action, Elm.Interface_Atspi_Selection, Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
Evas.Clickable_Interface, Evas.Selectable_Interface) Evas.Clickable_Interface, Evas.Selectable_Interface)
{ {
eo_prefix: elm_obj_list; eo_prefix: elm_obj_list;
@ -448,16 +448,16 @@ class Elm.List (Elm.Layout, Elm.Interface_Scrollable,
Elm.Widget.item_loop_enabled.get; Elm.Widget.item_loop_enabled.get;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Scrollable.policy.set; Elm.Interface_Scrollable.policy.set;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
Elm.Interface_Atspi_Selection.selected_children_count.get; Elm.Interface.Atspi.Selection.selected_children_count.get;
Elm.Interface_Atspi_Selection.selected_child.get; Elm.Interface.Atspi.Selection.selected_child.get;
Elm.Interface_Atspi_Selection.selected_child_deselect; Elm.Interface.Atspi.Selection.selected_child_deselect;
Elm.Interface_Atspi_Selection.child_select; Elm.Interface.Atspi.Selection.child_select;
Elm.Interface_Atspi_Selection.child_deselect; Elm.Interface.Atspi.Selection.child_deselect;
Elm.Interface_Atspi_Selection.is_child_selected; Elm.Interface.Atspi.Selection.is_child_selected;
Elm.Interface_Atspi_Selection.all_children_select; Elm.Interface.Atspi.Selection.all_children_select;
Elm.Interface_Atspi_Selection.clear; Elm.Interface.Atspi.Selection.clear;
} }
events { events {
activated; activated;

View File

@ -116,8 +116,8 @@ class Elm.List.Item(Elm.Widget.Item)
Elm.Widget.Item.part_content.get; Elm.Widget.Item.part_content.get;
Elm.Widget.Item.part_content.set; Elm.Widget.Item.part_content.set;
Elm.Widget.Item.part_content_unset; Elm.Widget.Item.part_content_unset;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
} }
} }

View File

@ -70,7 +70,7 @@ enum Elm.Map.Route_Method
class Elm.Map (Elm.Widget, Elm.Interface_Scrollable, class Elm.Map (Elm.Widget, Elm.Interface_Scrollable,
Elm.Interface_Atspi_Widget_Action, Elm.Interface.Atspi_Widget_Action,
Evas.Clickable_Interface) Evas.Clickable_Interface)
{ {
eo_prefix: elm_obj_map; eo_prefix: elm_obj_map;
@ -632,7 +632,7 @@ class Elm.Map (Elm.Widget, Elm.Interface_Scrollable,
Elm.Widget.theme_apply; Elm.Widget.theme_apply;
Elm.Widget.on_focus; Elm.Widget.on_focus;
Elm.Widget.event; Elm.Widget.event;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
press; press;

View File

@ -1,4 +1,4 @@
class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface_Atspi_Selection) class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface.Atspi.Selection)
{ {
eo_prefix: elm_obj_menu; eo_prefix: elm_obj_menu;
methods { methods {
@ -76,9 +76,9 @@ class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface_Atspi_Select
Elm.Widget.widget_parent; Elm.Widget.widget_parent;
Elm.Widget.theme_apply; Elm.Widget.theme_apply;
Elm.Widget.translate; Elm.Widget.translate;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
Elm.Interface_Atspi_Selection.selected_children_count.get; Elm.Interface.Atspi.Selection.selected_children_count.get;
Elm.Interface_Atspi_Selection.selected_child.get; Elm.Interface.Atspi.Selection.selected_child.get;
} }
events { events {
dismissed; dismissed;

View File

@ -1,4 +1,4 @@
class Elm.Menu.Item(Elm.Widget.Item, Elm.Interface_Atspi_Selection) class Elm.Menu.Item(Elm.Widget.Item, Elm.Interface.Atspi.Selection)
{ {
eo_prefix: elm_obj_menu_item; eo_prefix: elm_obj_menu_item;
methods { methods {
@ -81,12 +81,12 @@ class Elm.Menu.Item(Elm.Widget.Item, Elm.Interface_Atspi_Selection)
Elm.Widget.Item.part_text.set; Elm.Widget.Item.part_text.set;
Elm.Widget.Item.part_content.get; Elm.Widget.Item.part_content.get;
Elm.Widget.Item.part_content.set; Elm.Widget.Item.part_content.set;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
Elm.Interface_Atspi_Accessible.parent.get; Elm.Interface.Atspi_Accessible.parent.get;
Elm.Interface_Atspi_Accessible.role.get; Elm.Interface.Atspi_Accessible.role.get;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Selection.selected_children_count.get; Elm.Interface.Atspi.Selection.selected_children_count.get;
Elm.Interface_Atspi_Selection.selected_child.get; Elm.Interface.Atspi.Selection.selected_child.get;
} }
} }

View File

@ -187,7 +187,7 @@ class Elm.Multibuttonentry (Elm.Layout)
Elm.Layout.text.set; Elm.Layout.text.set;
Elm.Layout.text.get; Elm.Layout.text.get;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
} }
events { events {
item,selected; item,selected;

View File

@ -1,5 +1,5 @@
class Elm.Multibuttonentry.Item(Elm.Widget.Item, class Elm.Multibuttonentry.Item(Elm.Widget.Item,
Elm.Interface_Atspi_Widget_Action) Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_multibuttonentry_item; eo_prefix: elm_obj_multibuttonentry_item;
methods { methods {
@ -29,7 +29,7 @@ class Elm.Multibuttonentry.Item(Elm.Widget.Item,
Elm.Widget.Item.part_text.get; Elm.Widget.Item.part_text.get;
Elm.Widget.Item.part_text.set; Elm.Widget.Item.part_text.set;
Elm.Widget.Item.disable; Elm.Widget.Item.disable;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
} }

View File

@ -1,4 +1,4 @@
class Elm.Naviframe (Elm.Layout, Elm.Interface_Atspi_Widget_Action) class Elm.Naviframe (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_naviframe; eo_prefix: elm_obj_naviframe;
methods { methods {
@ -158,7 +158,7 @@ class Elm.Naviframe (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
Elm.Layout.text.get; Elm.Layout.text.get;
Elm.Layout.signal_emit; Elm.Layout.signal_emit;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
transition,finished; transition,finished;

View File

@ -9,7 +9,7 @@ enum Elm.Panel.Orient
} }
class Elm.Panel (Elm.Layout, Elm.Interface_Scrollable, class Elm.Panel (Elm.Layout, Elm.Interface_Scrollable,
Elm.Interface_Atspi_Widget_Action) Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_panel; eo_prefix: elm_obj_panel;
methods { methods {
@ -83,6 +83,6 @@ class Elm.Panel (Elm.Layout, Elm.Interface_Scrollable,
Efl.Container.content_unset; Efl.Container.content_unset;
Efl.Container.content.set; Efl.Container.content.set;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
} }

View File

@ -11,7 +11,7 @@ enum Elm.Photocam.Zoom_Mode
} }
class Elm.Photocam (Elm.Widget, Elm.Interface_Scrollable, class Elm.Photocam (Elm.Widget, Elm.Interface_Scrollable,
Elm.Interface_Atspi_Widget_Action, Efl.File, Elm.Interface.Atspi_Widget_Action, Efl.File,
Evas.Clickable_Interface, Evas.Scrollable_Interface, Evas.Clickable_Interface, Evas.Scrollable_Interface,
Evas.Zoomable_Interface) Evas.Zoomable_Interface)
{ {
@ -196,7 +196,7 @@ class Elm.Photocam (Elm.Widget, Elm.Interface_Scrollable,
Elm.Widget.on_focus; Elm.Widget.on_focus;
Elm.Widget.event; Elm.Widget.event;
Elm.Interface_Scrollable.region_bring_in; Elm.Interface_Scrollable.region_bring_in;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Efl.File.file.set; Efl.File.file.set;
Efl.File.file.get; Efl.File.file.get;
} }

View File

@ -1,4 +1,4 @@
class Elm.Player (Elm.Layout, Elm.Interface_Atspi_Widget_Action) class Elm.Player (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_player; eo_prefix: elm_obj_player;
implements { implements {
@ -10,7 +10,7 @@ class Elm.Player (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
Elm.Widget.event; Elm.Widget.event;
Efl.Container.content.set; Efl.Container.content.set;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
forward,clicked; forward,clicked;

View File

@ -23,7 +23,7 @@ enum Elm.Popup.Orient
} }
class Elm.Popup (Elm.Layout, Elm.Interface_Atspi_Widget_Action) class Elm.Popup (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_popup; eo_prefix: elm_obj_popup;
methods { methods {
@ -184,8 +184,8 @@ class Elm.Popup (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
Elm.Layout.text.get; Elm.Layout.text.get;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Layout.signal_emit; Elm.Layout.signal_emit;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
} }
events { events {
block,clicked; block,clicked;

View File

@ -1,4 +1,4 @@
class Elm.Radio (Elm.Check, Elm.Interface_Atspi_Widget_Action) class Elm.Radio (Elm.Check, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_radio; eo_prefix: elm_obj_radio;
methods { methods {
@ -82,8 +82,8 @@ class Elm.Radio (Elm.Check, Elm.Interface_Atspi_Widget_Action)
Elm.Widget.activate; Elm.Widget.activate;
Elm.Widget.event; Elm.Widget.event;
Elm.Layout.text_aliases.get; Elm.Layout.text_aliases.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
changed; changed;

View File

@ -1,5 +1,5 @@
class Elm.Scroller (Elm.Layout, Elm.Interface_Scrollable, class Elm.Scroller (Elm.Layout, Elm.Interface_Scrollable,
Elm.Interface_Atspi_Widget_Action, Elm.Interface.Atspi_Widget_Action,
Evas.Scrollable_Interface) Evas.Scrollable_Interface)
{ {
eo_prefix: elm_obj_scroller; eo_prefix: elm_obj_scroller;
@ -77,7 +77,7 @@ class Elm.Scroller (Elm.Layout, Elm.Interface_Scrollable,
Elm.Interface_Scrollable.page_size.set; Elm.Interface_Scrollable.page_size.set;
Elm.Interface_Scrollable.policy.set; Elm.Interface_Scrollable.policy.set;
Elm.Interface_Scrollable.single_direction; Elm.Interface_Scrollable.single_direction;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
scroll,page,changed; scroll,page,changed;

View File

@ -3,8 +3,8 @@ type slider_freefunc_type: __undefined_type;
class Elm.Slider (Elm.Layout, Efl.Ui.Progress, class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
Efl.Orientation, Efl.Orientation,
Elm.Interface_Atspi_Value, Elm.Interface.Atspi.Value,
Elm.Interface_Atspi_Widget_Action) Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_slider; eo_prefix: elm_obj_slider;
methods { methods {
@ -185,11 +185,11 @@ class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
Efl.Ui.Progress.progress_value; Efl.Ui.Progress.progress_value;
Efl.Ui.Progress.unit_format; Efl.Ui.Progress.unit_format;
Efl.Orientation.orientation; Efl.Orientation.orientation;
Elm.Interface_Atspi_Value.value_and_text.get; Elm.Interface.Atspi.Value.value_and_text.get;
Elm.Interface_Atspi_Value.value_and_text.set; Elm.Interface.Atspi.Value.value_and_text.set;
Elm.Interface_Atspi_Value.range.get; Elm.Interface.Atspi.Value.range.get;
Elm.Interface_Atspi_Value.increment.get; Elm.Interface.Atspi.Value.increment.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
changed; changed;

View File

@ -1,6 +1,6 @@
type Elm_Slideshow_Item_Class: __undefined_type; type Elm_Slideshow_Item_Class: __undefined_type;
class Elm.Slideshow (Elm.Layout, Elm.Interface_Atspi_Widget_Action) class Elm.Slideshow (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_slideshow; eo_prefix: elm_obj_slideshow;
methods { methods {
@ -308,7 +308,7 @@ class Elm.Slideshow (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
Elm.Widget.focus_direction_manager_is; Elm.Widget.focus_direction_manager_is;
Elm.Widget.event; Elm.Widget.event;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
changed; changed;

View File

@ -1,5 +1,5 @@
class Elm.Spinner (Elm.Layout, Efl.Ui.Spin, class Elm.Spinner (Elm.Layout, Efl.Ui.Spin,
Elm.Interface_Atspi_Value, Elm.Interface_Atspi_Widget_Action) Elm.Interface.Atspi.Value, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_spinner; eo_prefix: elm_obj_spinner;
methods { methods {
@ -158,12 +158,12 @@ class Elm.Spinner (Elm.Layout, Efl.Ui.Spin,
Efl.Ui.Spin.step; Efl.Ui.Spin.step;
Efl.Ui.Spin.value; Efl.Ui.Spin.value;
Efl.Ui.Spin.interval; Efl.Ui.Spin.interval;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Value.value_and_text.get; Elm.Interface.Atspi.Value.value_and_text.get;
Elm.Interface_Atspi_Value.value_and_text.set; Elm.Interface.Atspi.Value.value_and_text.set;
Elm.Interface_Atspi_Value.range.get; Elm.Interface.Atspi.Value.range.get;
Elm.Interface_Atspi_Value.increment.get; Elm.Interface.Atspi.Value.increment.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
events { events {
changed; changed;

View File

@ -25,7 +25,7 @@ enum Elm.Toolbar.Shrink_Mode
} }
class Elm.Toolbar (Elm.Widget, Elm.Interface_Scrollable, Efl.Orientation, class Elm.Toolbar (Elm.Widget, Elm.Interface_Scrollable, Efl.Orientation,
Elm.Interface_Atspi_Widget_Action, Elm.Interface_Atspi_Selection, Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
Evas.Clickable_Interface, Evas.Selectable_Interface) Evas.Clickable_Interface, Evas.Selectable_Interface)
{ {
eo_prefix: elm_obj_toolbar; eo_prefix: elm_obj_toolbar;
@ -359,17 +359,17 @@ class Elm.Toolbar (Elm.Widget, Elm.Interface_Scrollable, Efl.Orientation,
Elm.Widget.focus_highlight_geometry_get; Elm.Widget.focus_highlight_geometry_get;
Elm.Widget.focused_item.get; Elm.Widget.focused_item.get;
Efl.Orientation.orientation; Efl.Orientation.orientation;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Selection.selected_children_count.get; Elm.Interface.Atspi.Selection.selected_children_count.get;
Elm.Interface_Atspi_Selection.selected_child.get; Elm.Interface.Atspi.Selection.selected_child.get;
Elm.Interface_Atspi_Selection.selected_child_deselect; Elm.Interface.Atspi.Selection.selected_child_deselect;
Elm.Interface_Atspi_Selection.child_select; Elm.Interface.Atspi.Selection.child_select;
Elm.Interface_Atspi_Selection.child_deselect; Elm.Interface.Atspi.Selection.child_deselect;
Elm.Interface_Atspi_Selection.is_child_selected; Elm.Interface.Atspi.Selection.is_child_selected;
Elm.Interface_Atspi_Selection.all_children_select; Elm.Interface.Atspi.Selection.all_children_select;
Elm.Interface_Atspi_Selection.clear; Elm.Interface.Atspi.Selection.clear;
} }
events { events {
item,focused; item,focused;

View File

@ -317,7 +317,7 @@ class Elm.Toolbar.Item(Elm.Widget.Item)
Elm.Widget.Item.part_content.get; Elm.Widget.Item.part_content.get;
Elm.Widget.Item.part_content.set; Elm.Widget.Item.part_content.set;
Elm.Widget.Item.part_content_unset; Elm.Widget.Item.part_content_unset;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
} }
} }

View File

@ -1,4 +1,4 @@
class Elm.Video (Elm.Layout, Efl.File, Elm.Interface_Atspi_Widget_Action) class Elm.Video (Elm.Layout, Efl.File, Elm.Interface.Atspi_Widget_Action)
{ {
eo_prefix: elm_obj_video; eo_prefix: elm_obj_video;
methods { methods {
@ -117,6 +117,6 @@ class Elm.Video (Elm.Layout, Efl.File, Elm.Interface_Atspi_Widget_Action)
Elm.Widget.focus_direction_manager_is; Elm.Widget.focus_direction_manager_is;
Elm.Widget.event; Elm.Widget.event;
Elm.Layout.sizing_eval; Elm.Layout.sizing_eval;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
} }
} }

View File

@ -20,7 +20,7 @@ struct Elm.Tooltip;
struct Elm.Cursor; struct Elm.Cursor;
struct @extern Elm.Theme; struct @extern Elm.Theme;
abstract Elm.Widget (Evas.Object.Smart, Elm.Interface_Atspi_Accessible, Elm.Interface_Atspi_Component) abstract Elm.Widget (Evas.Object.Smart, Elm.Interface.Atspi_Accessible, Elm.Interface.Atspi_Component)
{ {
eo_prefix: elm_obj_widget; eo_prefix: elm_obj_widget;
data: Elm_Widget_Smart_Data; data: Elm_Widget_Smart_Data;
@ -863,12 +863,12 @@ abstract Elm.Widget (Evas.Object.Smart, Elm.Interface_Atspi_Accessible, Elm.Inte
@virtual .focus_direction; @virtual .focus_direction;
@virtual .focus_next; @virtual .focus_next;
@virtual .parent_widget.get; @virtual .parent_widget.get;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
Elm.Interface_Atspi_Accessible.parent.get; Elm.Interface.Atspi_Accessible.parent.get;
Elm.Interface_Atspi_Accessible.attributes.get; Elm.Interface.Atspi_Accessible.attributes.get;
Elm.Interface_Atspi_Component.focus_grab; Elm.Interface.Atspi_Component.focus_grab;
} }
events { events {
moved; moved;

View File

@ -1,7 +1,7 @@
import elm_general; import elm_general;
class Elm.Widget.Item(Eo.Base, Elm.Interface_Atspi_Accessible, class Elm.Widget.Item(Eo.Base, Elm.Interface.Atspi_Accessible,
Elm.Interface_Atspi_Component) Elm.Interface.Atspi_Component)
{ {
eo_prefix: elm_wdg_item; eo_prefix: elm_wdg_item;
legacy_prefix: elm_object_item; legacy_prefix: elm_object_item;
@ -531,11 +531,11 @@ class Elm.Widget.Item(Eo.Base, Elm.Interface_Atspi_Accessible,
implements { implements {
Eo.Base.constructor; Eo.Base.constructor;
Eo.Base.destructor; Eo.Base.destructor;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Component.extents.get; Elm.Interface.Atspi_Component.extents.get;
Elm.Interface_Atspi_Component.extents.set; Elm.Interface.Atspi_Component.extents.set;
Elm.Interface_Atspi_Component.alpha.get; Elm.Interface.Atspi_Component.alpha.get;
Elm.Interface_Atspi_Component.layer.get; Elm.Interface.Atspi_Component.layer.get;
Elm.Interface_Atspi_Component.focus_grab; Elm.Interface.Atspi_Component.focus_grab;
} }
} }

View File

@ -161,8 +161,8 @@ enum Elm.Illume_Command
close [[Closes the currently active window]] close [[Closes the currently active window]]
} }
class Elm.Win (Elm.Widget, Elm.Interface_Atspi_Window, class Elm.Win (Elm.Widget, Elm.Interface.Atspi.Window,
Elm.Interface_Atspi_Widget_Action, Efl.Pack) Elm.Interface.Atspi_Widget_Action, Efl.Pack)
{ {
eo_prefix: elm_obj_win; eo_prefix: elm_obj_win;
methods { methods {
@ -1169,10 +1169,10 @@ class Elm.Win (Elm.Widget, Elm.Interface_Atspi_Window,
Elm.Widget.theme_apply; Elm.Widget.theme_apply;
Elm.Widget.on_focus; Elm.Widget.on_focus;
Elm.Widget.event; Elm.Widget.event;
Elm.Interface_Atspi_Accessible.parent.get; Elm.Interface.Atspi_Accessible.parent.get;
Elm.Interface_Atspi_Accessible.state_set.get; Elm.Interface.Atspi_Accessible.state_set.get;
Elm.Interface_Atspi_Accessible.name.get; Elm.Interface.Atspi_Accessible.name.get;
Elm.Interface_Atspi_Widget_Action.elm_actions.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get;
Efl.Container.content_remove; Efl.Container.content_remove;
Efl.Container.content_iterate; Efl.Container.content_iterate;
Efl.Container.content_count; Efl.Container.content_count;