gdkRegionRectIn {RGtk2} | R Documentation |
Tests whether a rectangle is within a region.
gdkRegionRectIn(object, rect)
|
[GdkRegion ] a GdkRegion . |
|
[GdkRectangle ] a GdkRectangle . |
[GdkOverlapType
] GDK_OVERLAP_RECTANGLE_IN
, GDK_OVERLAP_RECTANGLE_OUT
, or
GDK_OVERLAP_RECTANGLE_PART
, depending on whether the rectangle is inside,
outside, or partly inside the GdkRegion
, respectively.
Derived by RGtkGen from GTK+ documentation