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)
  2. this(GLConfig glconfig, Window window, int* attribList)
    class GLWindow

Parameters

glconfig GLConfig

a GdkGLConfig.

window Window

the GdkWindow to be used as the rendering area.

attribList int*

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

Throws

ConstructionException GTK+ fails to create the object.

Meta