|
| Graphics.UI.Gtk.OpenGL.Drawable | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| OpenGL rendering surface interface
|
|
| Synopsis |
|
|
|
|
| Class Hierarchy
|
|
| GObject
| +----GLDrawable
|
|
| Types
|
|
|
|
|
|
|
|
|
|
|
| Methods
|
|
|
| :: GLDrawableClass self | | | => self | | | -> GLContext | returns True if it is successful, False otherwise.
| | -> IO Bool | | | Attach an OpenGL rendering context to a GL drawable.
|
|
|
| glDrawableIsDoubleBuffered | Source |
|
| :: GLDrawableClass self | | | => self | returns True if the double-buffered visual is supported,
False otherwise.
| | -> IO Bool | | | Returns whether the GL drawable supports the double-buffered visual.
|
|
|
|
| Exchange front and back buffers.
|
|
|
| Complete OpenGL execution prior to subsequent Gdk drawing calls.
|
|
|
| Complete Gdk drawing execution prior to subsequent OpenGL calls.
|
|
|
|
|
|
| Delimits the end of the OpenGL execution.
|
|
|
| Gets GLConfig with which the GL drawable is configured.
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |