docs: elm_naviframe: fill gaps in elm_naviframe eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-22 10:03:10 +01:00
parent 88f5ac22c1
commit 13aac40a4b
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
class Elm.Naviframe (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{
[[Elementary naviframe class]]
legacy_prefix: elm_naviframe;
eo_prefix: elm_obj_naviframe;
event_prefix: elm_naviframe;
@ -116,7 +117,7 @@ class Elm.Naviframe (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
[[Simple version of item_promote.]]
params {
@in content: Efl.Canvas.Object;
@in content: Efl.Canvas.Object; [[Item to promote]]
}
}
item_insert_after {
@ -161,10 +162,9 @@ class Elm.Naviframe (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
Efl.Part.part;
}
events {
transition,finished;
title,transition,finished;
title,clicked;
item,activated;
transition,finished; [[Called when naviframe transition finished]]
title,transition,finished; [[Called when naviframe title transaction finished]]
title,clicked; [[Called when naviframe title was clicked]]
item,activated; [[Called when naviframe item was activated]]
}
}

View File

@ -1,5 +1,6 @@
class Elm.Naviframe.Internal.Part (Elm.Layout.Internal.Part)
{
[[Elementary naviframe internal part class]]
data: null;
implements {
Efl.Container.content.set;

View File

@ -2,6 +2,7 @@ type Elm_Naviframe_Item_Pop_Cb: __undefined_type; [[Elementary naviframe item po
class Elm.Naviframe.Item(Elm.Widget.Item)
{
[[Elementary naviframe item class]]
legacy_prefix: elm_naviframe_item;
eo_prefix: elm_obj_naviframe_item;
methods {