docs: elm_flip: fill gaps in elm_flip eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-21 13:56:47 +01:00
parent 15c562a1b4
commit f7d8f0ccb3
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
class Elm.Flip.Internal.Part (Efl.Object, Efl.Container)
{
[[Elementary flip internal part class]]
data: Elm_Part_Data;
implements {
Efl.Object.destructor;

View File

@ -2,6 +2,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
Elm.Interface.Atspi_Widget_Action,
Efl.Ui.Selectable)
{
[[Elementary flipselector class]]
legacy_prefix: elm_flipselector;
eo_prefix: elm_obj_flipselector;
event_prefix: elm_flipselector;
@ -22,7 +23,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
items list is changed. It should be fetched again with another
call to this function when changes happen.
]]
return: const(list<Elm.Widget.Item>);
return: const(list<Elm.Widget.Item>); [[List of items]]
}
}
@property first_item {
@ -74,7 +75,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
determined by the widget's theme. Strings larger than
that value are going to be truncated.
]]
return: Elm.Widget.Item;
return: Elm.Widget.Item; [[New widget item]]
params {
@in label: string; [[The (text) label of the new item.]]
@in func: Evas_Smart_Cb @optional; [[Convenience callback function to take place when
@ -105,7 +106,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
determined by the widget's theme. Strings larger than
that value are going to be truncated.
]]
return: Elm.Widget.Item;
return: Elm.Widget.Item; [[New widget item]]
params {
@in label: string; [[The (text) label of the new item.]]
@in func: Evas_Smart_Cb @optional; [[Convenience callback function to take place when
@ -140,8 +141,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
Elm.Interface.Atspi_Widget_Action.elm_actions.get;
}
events {
underflowed;
overflowed;
underflowed; [[Called when flipselector is underflowed]]
overflowed; [[Called when flipselector is overflowed]]
}
}

View File

@ -1,5 +1,6 @@
class Elm.Flipselector.Item(Elm.Widget.Item)
{
[[Elementary flipselector item class]]
legacy_prefix: elm_flipselector_item;
eo_prefix: elm_obj_flipselector_item;
methods {