gtkOffscreenWindowGetPixmap {RGtk2} | R Documentation |
Retrieves a snapshot of the contained widget in the form of
a GdkPixmap
. If you need to keep this around over window
resizes then you should add a reference to it.
gtkOffscreenWindowGetPixmap(object)
|
the |
Since 2.20
[GdkPixmap
] A GdkPixmap
pointer to the offscreen pixmap, or NULL
.
Derived by RGtkGen from GTK+ documentation