gtkglext-0.12.5.0: Binding to the GTK+ OpenGL Extension

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Safe HaskellNone

Graphics.UI.Gtk.OpenGL.Window

Contents

Description

OpenGL window which is located on-screen

Synopsis

Class Hierarchy

 | GObject
 | +----Drawable
 | +----GLWindow

Types

Constructors

glWindowNewSource

Arguments

:: GLConfig 
-> DrawWindow

window - the DrawWindow to be used as the rendering area.

-> IO GLWindow 

Creates an on-screen rendering area.

Methods

glWindowGetWindow :: GLWindow -> IO DrawWindowSource

Returns the DrawWindow associated with a GLWindow.