widget: Improve access_info doc

Ref T5363
This commit is contained in:
Jean-Philippe Andre 2017-08-29 13:50:56 +09:00
parent fc0d2cb6a7
commit ff3a723003
1 changed files with 9 additions and 2 deletions

View File

@ -241,9 +241,16 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
/* Accessibility */
@property access_info {
[[Accessibility information]]
[[Accessibility information.
This is a replacement string to be read by the accessibility
text-to-speech engine, if accessibility is enabled by configuration.
This will take precedence over the default text for this object,
which means for instance that the label of a button won't be read
out loud, instead $txt will be read out.
]]
values {
txt: string @nullable; [[Accessibility text description]]
txt: string @nullable; [[Accessibility text description.]]
}
}
on_access_activate @protected @beta {