GLWindow.this

Creates an on-screen rendering area. attrib_list is currently unused. This must be set to NULL or empty (first attribute of None). See GLX 1.3 spec.

  1. this(GdkGLWindow* gdkGLWindow, bool ownedRef)
  2. this(GLConfig glconfig, Window window, int* attribList)
    class GLWindow

Parameters

glconfig GLConfig
window Window

the gdk.Window to be used as the rendering area.

attribList int*

this must be set to NULL or empty (first attribute of None).

Return: the new glgdk.GLWindow

Throws

ConstructionException GTK+ fails to create the object.