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 {
}
keys {
screen_coords: bool;
screen_coords: bool; [[$true if we got the screen coordinates, $false otherwise]]
}
values {
x: int;
y: int;
width: int;
height: int;
x: int; [[X coordinate]]
y: int; [[Y coordinate]]
width: int; [[Image width]]
height: int; [[Image height]]
}
}
@property description @protected {