gtkOffscreenWindowNew {RGtk2} | R Documentation |
Creates a toplevel container widget that is used to retrieve
snapshots of widgets without showing them on the screen. For
widgets that are on the screen and part of a normal widget
hierarchy, gtkWidgetGetSnapshot
can be used instead.
gtkOffscreenWindowNew(show = TRUE)
Since 2.20
[GtkWidget
] A pointer to a GtkWidget
Derived by RGtkGen from GTK+ documentation