docs: elm_atspi: fill gaps in elm_atspi eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-21 09:57:33 +01:00
parent 7b599fb5a3
commit 85e7f8f816
4 changed files with 4 additions and 0 deletions

View File

@ -352,6 +352,7 @@ mixin Elm.Interface.Atspi_Accessible (Efl.Interface, Efl.Object)
}
}
event_emit @class @protected {
[[Emit event]]
params {
@in accessible: Elm.Interface.Atspi_Accessible; [[Accessibility object.]]
@in event: ptr(const(Efl.Event.Description)); [[Accessibility event type.]]

View File

@ -76,6 +76,7 @@ mixin Elm.Interface.Atspi_Component ()
}
}
contains @protected {
[[Contains accessible widget]]
params {
screen_coords: bool; [[If $true x and y values will be relative to
screen origin, otherwise relative to canvas]]

View File

@ -86,6 +86,7 @@ interface Elm.Interface.Atspi.Text ()
}
}
@property caret_offset @protected {
[[Caret offset property]]
get {
[[Gets offset position of caret (cursor)]]
}

View File

@ -4,6 +4,7 @@ interface Elm.Interface.Atspi.Value ()
eo_prefix: elm_interface_atspi_value;
methods {
@property value_and_text @protected {
[[Value and text property]]
get {
[[Gets value displayed by a accessible widget.]]
}