|
Graphics.UI.Gtk.OpenGL.Pixmap | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
OpenGL pixmap which is maintained off-screen
|
|
Synopsis |
|
|
|
|
Class Hierarchy
|
|
| GObject
| +----Drawable
| +----GLPixmap
|
|
Types
|
|
data GLPixmap |
Instances | |
|
|
class DrawableClass o => GLPixmapClass o |
| Instances | |
|
|
castToGLPixmap :: GObjectClass obj => obj -> GLPixmap |
|
Constructors
|
|
glPixmapNew |
|
|
Methods
|
|
glPixmapGetPixmap :: GLPixmap -> IO Pixmap |
Returns the Pixmap associated with a GLPixmap.
|
|
Produced by Haddock version 0.8 |