Constructor
GtkOffscreenWindownew
since: 2.20
Declaration [src]
GtkWidget*
gtk_offscreen_window_new (
void
)
Description [src]
Creates a toplevel container widget that is used to retrieve snapshots of widgets without showing them on the screen.
Available since: 2.20
Return value
Type: GtkWidget
A pointer to a GtkWidget
.
The data is owned by the called function. |