Description Usage Arguments Details Value Author(s)
If you bypass the GDK layer and use windowing system primitives to
draw directly onto a GdkWindow
, then you need to deal with two
details: there may be an offset between GDK coordinates and windowing
system coordinates, and GDK may have redirected drawing to a offscreen
pixmap as the result of a gdkWindowBeginPaintRegion
calls.
This function allows retrieving the information you need to compensate
for these effects.
1 | gdkWindowGetInternalPaintInfo(object)
|
|
a |
This function exposes details of the GDK implementation, and is thus likely to change in future releases of GDK.
A list containing the following elements:
|
location to store the drawable to which drawing should be done. [ out ] |
|
location to store the X offset between coordinates in |
|
location to store the Y offset between coordinates in |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.