Description Usage Arguments Details Author(s)
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
.
1 2 | gdkWindowRedirectToDrawable(object, drawable, src.x, src.y, dest.x,
dest.y, width, height)
|
|
a |
|
a |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.