summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_flip.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_flip.eo')
-rw-r--r--src/lib/elementary/elm_flip.eo6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/elementary/elm_flip.eo b/src/lib/elementary/elm_flip.eo
index 335f10e40d..9edc6de806 100644
--- a/src/lib/elementary/elm_flip.eo
+++ b/src/lib/elementary/elm_flip.eo
@@ -33,7 +33,7 @@ enum Elm.Flip.Direction
right [[Allows interaction with the right portion of the widget]]
}
-class Elm.Flip (Elm.Widget, Efl.Container)
+class Elm.Flip (Elm.Widget, Efl.Part)
{
legacy_prefix: elm_flip;
eo_prefix: elm_obj_flip;
@@ -240,9 +240,7 @@ class Elm.Flip (Elm.Widget, Efl.Container)
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;
Elm.Widget.sub_object_del;
- Efl.Container.content.get;
- Efl.Container.content.set;
- Efl.Container.content_unset;
+ Efl.Part.part;
}
events {
animate,begin;