gtkglext-0.11.0: Binding to the GTK+ OpenGL Extension
Source code
Contents
Index
Graphics.UI.Gtk.OpenGL.General
Portability
portable (depends on GHC)
Stability
provisional
Maintainer
gtk2hs-users@lists.sourceforge.net
Contents
Methods
Query
Fonts
Description
Synopsis
initGL
::
IO
[
String
]
glQueryExtension
::
IO
Bool
glQueryExtensionForDisplay
::
Display
->
IO
Bool
glQueryGLExtension
::
String
->
IO
Bool
glQueryVersion
::
IO
(
Maybe
(
Int
,
Int
))
glQueryVersionForDisplay
::
Display
->
IO
(
Maybe
(
Int
,
Int
))
glFontUsePangoFont
::
FontDescription
->
Int
->
Int
->
Int
->
IO
Font
glFontUsePangoFontForDisplay
::
Display
->
FontDescription
->
Int
->
Int
->
Int
->
IO
Font
Methods
initGL
::
IO
[
String
]
Source
Query
glQueryExtension
::
IO
Bool
Source
glQueryExtensionForDisplay
::
Display
->
IO
Bool
Source
glQueryGLExtension
::
String
->
IO
Bool
Source
glQueryVersion
::
IO
(
Maybe
(
Int
,
Int
))
Source
glQueryVersionForDisplay
::
Display
->
IO
(
Maybe
(
Int
,
Int
))
Source
Fonts
glFontUsePangoFont
::
FontDescription
->
Int
->
Int
->
Int
->
IO
Font
Source
glFontUsePangoFontForDisplay
::
Display
->
FontDescription
->
Int
->
Int
->
Int
->
IO
Font
Source
Produced by
Haddock
version 2.6.0