atkComponentContains {RGtk2} | R Documentation |
Checks whether the specified point is within the extent of the component
.
atkComponentContains(object, x, y, coord.type)
|
[AtkComponent ] the AtkComponent |
|
[integer] x coordinate |
|
[integer] y coordinate |
|
[AtkCoordType ] specifies whether the coordinates are relative to the screen
or to the components top level window |
[logical] TRUE
or FALSE
indicating whether the specified point is within
the extent of the component
or not
Derived by RGtkGen from GTK+ documentation