docs: elm_multibottonentry: fill gaps in eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-24 11:48:52 +01:00
parent 144ba2480e
commit 724e80dd13
2 changed files with 14 additions and 12 deletions

View File

@ -3,6 +3,7 @@ type Elm_Multibuttonentry_Format_Cb: __undefined_type; [[Elementary multibuttone
class Elm.Multibuttonentry (Elm.Layout) class Elm.Multibuttonentry (Elm.Layout)
{ {
[[Elementary multibuttonentry class]]
legacy_prefix: elm_multibuttonentry; legacy_prefix: elm_multibuttonentry;
eo_prefix: elm_obj_multibuttonentry; eo_prefix: elm_obj_multibuttonentry;
event_prefix: elm_multibuttonentry; event_prefix: elm_multibuttonentry;
@ -29,7 +30,8 @@ class Elm.Multibuttonentry (Elm.Layout)
get { get {
} }
values { values {
expanded: bool; [[the value of expanded state. Set this to $true for expanded state. Set this to false for single line state.]] expanded: bool; [[The value of expanded state. Set this to $true for expanded state. Set
this to $false for single line state.]]
} }
} }
@property format_function { @property format_function {
@ -42,8 +44,8 @@ class Elm.Multibuttonentry (Elm.Layout)
@since 1.9]] @since 1.9]]
} }
values { values {
format_function: Elm_Multibuttonentry_Format_Cb @nullable; [[format_function The actual format function]] format_function: Elm_Multibuttonentry_Format_Cb @nullable; [[Format_function The actual format function]]
data: const(void_ptr) @optional; [[data User data to passed to $format_function]] data: const(void_ptr) @optional; [[Data User data to passed to $format_function]]
} }
} }
@property items { @property items {
@ -193,14 +195,13 @@ class Elm.Multibuttonentry (Elm.Layout)
Elm.Interface.Atspi_Accessible.children.get; Elm.Interface.Atspi_Accessible.children.get;
} }
events { events {
item,selected; item,selected; [[Called when item was selected]]
item,added; item,added; [[Called when item was added]]
item,deleted; item,deleted; [[Called when item was deleted]]
item,clicked; item,clicked; [[Called when item was clicked]]
item,longpressed; item,longpressed; [[Called when item got a longpress]]
expanded; expanded; [[Called when expanded]]
contracted; contracted; [[Called when contracted]]
expand,state,changed; expand,state,changed; [[Called when expanded state changed]]
} }
} }

View File

@ -1,6 +1,7 @@
class Elm.Multibuttonentry.Item(Elm.Widget.Item, class Elm.Multibuttonentry.Item(Elm.Widget.Item,
Elm.Interface.Atspi_Widget_Action) Elm.Interface.Atspi_Widget_Action)
{ {
[[Elementary multibuttonentry class]]
legacy_prefix: elm_multibuttonentry_item; legacy_prefix: elm_multibuttonentry_item;
eo_prefix: elm_obj_multibuttonentry_item; eo_prefix: elm_obj_multibuttonentry_item;
methods { methods {