OffscreenWindow.this

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, gtk_widget_get_snapshot() can be used instead. Since 2.20

  1. this(GtkOffscreenWindow* gtkOffscreenWindow)
  2. this()
    class OffscreenWindow
    this
    ()

Throws

ConstructionException GTK+ fails to create the object.

Meta