atkImageGetImagePosition {RGtk2} | R Documentation |
Gets the position of the image in the form of a point specifying the
images top-left corner. The values of x
and y
are returned as -1
if the values cannot be obtained.
atkImageGetImagePosition(object, coord.type)
|
[AtkImage ] a GObject instance that implements AtkImageIface |
|
[AtkCoordType ] specifies whether the coordinates are relative to the screen
or to the components top level window |
A list containing the following elements:
|
[integer] integer to put x coordinate position |
|
[integer] integer to put y coordinate position |
Derived by RGtkGen from GTK+ documentation