Window.this

Creates a new #GdkWindow using the attributes from attributes. See #GdkWindowAttr and #GdkWindowAttributesType for more details. Note: to use this on displays other than the default display, parent must be specified.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gdk.window.Window parent, gdk.window_attr.WindowAttr attributes, gdk.types.WindowAttributesType attributesMask)

Parameters

parent gdk.window.Window

a #GdkWindow, or null to create the window as a child of the default root window for the default display.

attributes gdk.window_attr.WindowAttr

attributes of the new window

attributesMask gdk.types.WindowAttributesType

mask indicating which fields in attributes are valid

Return Value

the new #GdkWindow