gdkOffscreenWindowGetPixmap {RGtk2}R Documentation

gdkOffscreenWindowGetPixmap

Description

Gets the offscreen pixmap that an offscreen window renders into. If you need to keep this around over window resizes, you need to add a reference to it.

Usage

gdkOffscreenWindowGetPixmap(window)

Arguments

window

a GdkWindow

Details

Since 2.18

Value

[GdkPixmap] The offscreen pixmap, or NULL if not offscreen

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]