gtkglext-0.11.0: Binding to the GTK+ OpenGL Extension
Source code
Contents
Index
Graphics.UI.Gtk.OpenGL.Pixmap
Portability
portable (depends on GHC)
Stability
provisional
Maintainer
gtk2hs-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
Source
class
DrawableClass
o =>
GLPixmapClass
o
Source
castToGLPixmap
::
GObjectClass
obj => obj ->
GLPixmap
Source
Constructors
glPixmapNew
Source
::
GLConfig
->
Pixmap
pixmap
- the
Pixmap
to be used as the rendering area.
->
IO
GLPixmap
Creates an off-screen rendering area.
Methods
glPixmapGetPixmap
::
GLPixmap
->
IO
Pixmap
Source
Returns the
Pixmap
associated with a
GLPixmap
.
Produced by
Haddock
version 2.6.1