Efl.Ui.Panes_Part (from Efl.Ui.Panes.Part)
authorXavi Artigas <xavierartigas@yahoo.es>
Mon, 9 Apr 2018 11:50:52 +0000 (13:50 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 29 May 2018 17:13:45 +0000 (02:13 +0900)
Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/elementary/efl_ui_panes.eo
src/lib/elementary/efl_ui_panes_part.eo

index b2cdbf5..3ad14c7 100644 (file)
@@ -45,8 +45,8 @@ class Efl.Ui.Panes (Efl.Ui.Layout.Object, Efl.Ui.Direction,
       }
    }
    parts {
-      first: Efl.Ui.Panes.Part; [[The first half of the panes widget (left or top)]]
-      second: Efl.Ui.Panes.Part; [[The second half of the panes widget (right or bottom)]]
+      first: Efl.Ui.Panes_Part; [[The first half of the panes widget (left or top)]]
+      second: Efl.Ui.Panes_Part; [[The second half of the panes widget (right or bottom)]]
    }
    implements {
       Efl.Object.constructor;
index ec3a3ba..b6a2138 100644 (file)
@@ -1,4 +1,4 @@
-class Efl.Ui.Panes.Part (Efl.Ui.Layout.Part_Content)
+class Efl.Ui.Panes_Part (Efl.Ui.Layout.Part_Content)
 {
    [[Elementary Panes internal part class]]
    data: null;