gtkglext-0.11.0: Binding to the GTK+ OpenGL ExtensionSource codeContentsIndex
Graphics.UI.Gtk.OpenGL.General
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-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 BoolSource
glQueryExtensionForDisplay :: Display -> IO BoolSource
glQueryGLExtension :: String -> IO BoolSource
glQueryVersion :: IO (Maybe (Int, Int))Source
glQueryVersionForDisplay :: Display -> IO (Maybe (Int, Int))Source
Fonts
glFontUsePangoFont :: FontDescription -> Int -> Int -> Int -> IO FontSource
glFontUsePangoFontForDisplay :: Display -> FontDescription -> Int -> Int -> Int -> IO FontSource
Produced by Haddock version 2.6.0