summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_actionslider.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_actionslider.eo')
-rw-r--r--src/lib/elementary/elm_actionslider.eo8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/elementary/elm_actionslider.eo b/src/lib/elementary/elm_actionslider.eo
index d400723c6e..07f7b09477 100644
--- a/src/lib/elementary/elm_actionslider.eo
+++ b/src/lib/elementary/elm_actionslider.eo
@@ -10,7 +10,7 @@ enum Elm.Actionslider.Pos
all = (1 << 3) - 1 [[All positions for left/center/right.]]
}
-class Elm.Actionslider (Efl.Ui.Layout, Efl.Ui.Selectable)
+class Elm.Actionslider (Efl.Ui.Layout.Object, Efl.Ui.Selectable, Efl.Ui.Legacy)
{
[[An actionslider is a switcher for 2 or 3 labels
@@ -71,10 +71,10 @@ class Elm.Actionslider (Efl.Ui.Layout, Efl.Ui.Selectable)
implements {
class.constructor;
Efl.Object.constructor;
- Elm.Widget.theme_apply;
- Efl.Part.part;
+ Efl.Ui.Widget.theme_apply;
+ Efl.Part.part_get;
}
events {
- pos_changed; [[The position of the actionslider has changed]]
+ pos_changed: string; [[The position of the actionslider has changed]]
}
}