gdkWindowRedirectToDrawable
Redirects drawing into window so that drawing to the
window in the rectangle specified by src.x, src.y,
width and height is also drawn into drawable at
dest.x, dest.y.
gdkWindowRedirectToDrawable(object, drawable, src.x, src.y, dest.x,
dest.y, width, height) |
|
|
|
|
x position in |
|
y position in |
|
x position in |
|
y position in |
|
width of redirection, or -1 to use the width of |
|
height of redirection or -1 to use the height of |
Only drawing between gdkWindowBeginPaintRegion or
gdkWindowBeginPaintRect and gdkWindowEndPaint is
redirected.
Redirection is active until gdkWindowRemoveRedirection
is called.
Since 2.14
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.