Efl.Ui.Panes_Part (from Efl.Ui.Panes.Part)

Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-09 13:50:52 +02:00 committed by Cedric Bail
parent 08e93f8df8
commit bf4156b1c7
2 changed files with 3 additions and 3 deletions

View 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;

View 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;