gtkglext-0.11.0: Binding to the GTK+ OpenGL ExtensionSource codeContentsIndex
Graphics.UI.Gtk.OpenGL.Window
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Class Hierarchy
Types
Constructors
Methods
Description
OpenGL window which is located on-screen
Synopsis
data GLWindow
class DrawableClass o => GLWindowClass o
castToGLWindow :: GObjectClass obj => obj -> GLWindow
glWindowNew :: GLConfig -> DrawWindow -> IO GLWindow
glWindowGetWindow :: GLWindow -> IO DrawWindow
Class Hierarchy
 | GObject
 | +----Drawable
 | +----GLWindow
Types
data GLWindow Source
class DrawableClass o => GLWindowClass o Source
castToGLWindow :: GObjectClass obj => obj -> GLWindowSource
Constructors
glWindowNewSource
:: GLConfig
-> DrawWindowwindow - 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.
Produced by Haddock version 2.6.0