gtkglext-0.13.2.0: Binding to the GTK+ OpenGL Extension

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

Graphics.UI.Gtk.OpenGL.Window

Contents

Description

OpenGL window which is located on-screen

Synopsis

Class Hierarchy

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

Types

Constructors

glWindowNew Source #

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 DrawWindow Source #

Returns the DrawWindow associated with a GLWindow.

Orphan instances