Efl.Ui.Navigation_Bar_Part* (From Efl.Ui.Navigation_Bar.Part*)

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

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-20 15:56:29 +02:00 committed by Cedric Bail
parent a1cf343d9b
commit 92f176fea1
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ class Efl.Ui.Navigation_Bar (Efl.Ui.Layout.Object, Efl.Content, Efl.Text, Efl.Ui
content in the stack.
]]
parts {
back_button: Efl.Ui.Navigation_Bar.Part_Back_Button;
back_button: Efl.Ui.Navigation_Bar_Part_Back_Button;
[[Back button to navigate to the previous content in the stack.
The back button works only if the Navigation_Bar widget is contained

View File

@ -1,4 +1,4 @@
class Efl.Ui.Navigation_Bar.Part (Efl.Ui.Layout.Part_Content)
class Efl.Ui.Navigation_Bar_Part (Efl.Ui.Layout.Part_Content)
{
[[Efl UI Navigation_Bar internal part class]]
data: null;

View File

@ -1,4 +1,4 @@
class Efl.Ui.Navigation_Bar.Part_Back_Button (Efl.Ui.Widget_Part, Efl.Ui.Button)
class Efl.Ui.Navigation_Bar_Part_Back_Button (Efl.Ui.Widget_Part, Efl.Ui.Button)
{
[[Efl Ui Navigation_Bar internal part back button class]]
data: null;