| Maintainer | gtk2hs-users@lists.sourceforge.net |
|---|---|
| Stability | provisional |
| Portability | portable (depends on GHC) |
| Safe Haskell | None |
| Language | Haskell2010 |
Graphics.UI.Gtk.OpenGL.Window
Description
OpenGL window which is located on-screen
- data GLWindow
- class DrawableClass o => GLWindowClass o
- castToGLWindow :: GObjectClass obj => obj -> GLWindow
- glWindowNew :: GLConfig -> DrawWindow -> IO GLWindow
- glWindowGetWindow :: GLWindow -> IO DrawWindow
Class Hierarchy
Types
class DrawableClass o => GLWindowClass o Source #
Instances
castToGLWindow :: GObjectClass obj => obj -> GLWindow Source #
Constructors
Arguments
| :: GLConfig | |
| -> DrawWindow |
|
| -> IO GLWindow |
Creates an on-screen rendering area.
Methods
glWindowGetWindow :: GLWindow -> IO DrawWindow Source #
Returns the DrawWindow associated with a GLWindow.