Gtk2HsContentsIndex
Graphics.UI.Gtk.OpenGL.Pixmap
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Class Hierarchy
Types
Constructors
Methods
Description
OpenGL pixmap which is maintained off-screen
Synopsis
data GLPixmap
class DrawableClass o => GLPixmapClass o
castToGLPixmap :: GObjectClass obj => obj -> GLPixmap
glPixmapNew :: GLConfig -> Pixmap -> IO GLPixmap
glPixmapGetPixmap :: GLPixmap -> IO Pixmap
Class Hierarchy
 |  GObject
 |   +----Drawable
 |         +----GLPixmap
 
Types
data GLPixmap
show/hide Instances
class DrawableClass o => GLPixmapClass o
show/hide Instances
castToGLPixmap :: GObjectClass obj => obj -> GLPixmap
Constructors
glPixmapNew
:: GLConfig
-> Pixmappixmap - the Pixmap to be used as the rendering area.
-> IO GLPixmap
Creates an off-screen rendering area.
Methods
glPixmapGetPixmap :: GLPixmap -> IO Pixmap
Returns the Pixmap associated with a GLPixmap.
Produced by Haddock version 0.8