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)
object
drawable
src.x
window
src.y
window
dest.x
drawable
dest.y
drawable
width
window
height
window
gdkWindowBeginPaintRegion
or
gdkWindowBeginPaintRect
and gdkWindowEndPaint
is
redirected.
Redirection is active until gdkWindowRemoveRedirection
is called.
Since 2.14