gtkOffscreenWindowGetPixbuf {RGtk2}R Documentation

gtkOffscreenWindowGetPixbuf

Description

Retrieves a snapshot of the contained widget in the form of a GdkPixbuf. This is a new pixbuf with a reference count of 1, and the application should unreference it once it is no longer needed.

Usage

gtkOffscreenWindowGetPixbuf(object)

Arguments

object

the GtkOffscreenWindow contained widget.

Details

Since 2.20

Value

[GdkPixbuf] A GdkPixbuf pointer, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]