fltkhs-0.1.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.GlWindow

Contents

Synopsis

Documentation

Hierarchy

GlWindow functions

canDo :: Ref GlWindow -> IO Int

canDoOverlay :: Ref GlWindow -> IO Int

canDoWithM :: Ref GlWindow -> Int -> IO Int

destroy :: Ref GlWindow -> IO ()

drawSuper :: Ref GlWindow -> IO ()

flush :: Ref GlWindow -> IO ()

flushSuper :: Ref GlWindow -> IO ()

getContext :: Ref GlWindow -> IO (Ref GlContext)

getContextValid :: Ref GlWindow -> IO Bool

getMode :: Ref GlWindow -> IO Mode

getValid :: Ref GlWindow -> IO Bool

handle :: Ref GlWindow -> Event -> IO Int

handleSuper :: Ref GlWindow -> Event -> IO Int

hide :: Ref GlWindow -> IO ()

hideOverlay :: Ref GlWindow -> IO ()

hideSuper :: Ref GlWindow -> IO ()

invalidate :: Ref GlWindow -> IO ()

makeOverlayCurrent :: Ref GlWindow -> IO ()

ortho :: Ref GlWindow -> IO ()

redrawOverlay :: Ref GlWindow -> IO ()

resize :: Ref GlWindow -> Rectangle -> IO ()

resizeSuper :: Ref GlWindow -> Rectangle -> IO ()

setContext :: Ref GlWindow -> Ref GlContext -> IO ()

setContextValid :: Ref GlWindow -> Bool -> IO ()

setContextWithDestroyFlag :: Ref GlWindow -> Ref GlContext -> Bool -> IO ()

setMode :: Ref GlWindow -> Mode -> IO Int

setValid :: Ref GlWindow -> Bool -> IO ()

showWidget :: Ref GlWindow -> IO ()

showWidgetSuper :: Ref GlWindow -> IO ()

swapBuffers :: Ref GlWindow -> IO ()