docs: atspi: add missing docs for atspi image interface

This commit is contained in:
Stefan Schmidt 2016-10-21 17:31:32 +02:00
parent b7b1048c3e
commit c75fd90ec9
1 changed files with 5 additions and 5 deletions

View File

@ -9,13 +9,13 @@ mixin Elm.Interface.Atspi_Image ()
get @virtual_pure { get @virtual_pure {
} }
keys { keys {
screen_coords: bool; screen_coords: bool; [[$true if we got the screen coordinates, $false otherwise]]
} }
values { values {
x: int; x: int; [[X coordinate]]
y: int; y: int; [[Y coordinate]]
width: int; width: int; [[Image width]]
height: int; height: int; [[Image height]]
} }
} }
@property description @protected { @property description @protected {