gdkRegionShrink {RGtk2} | R Documentation |
Resizes a region by the specified amount. Positive values shrink the region. Negative values expand it.
gdkRegionShrink(object, dx, dy)
|
[GdkRegion ] a GdkRegion . |
|
[integer] the number of pixels to shrink the region horizontally. |
|
[integer] the number of pixels to shrink the region vertically. |
Derived by RGtkGen from GTK+ documentation