| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.GlWindow
Contents
Documentation
Arguments
| :: Size | The size of this window |
| -> Maybe Position | The position of this window |
| -> Maybe String | The window label |
| -> Maybe (Ref GlWindow -> IO ()) | Optional custom drawing function |
| -> CustomWidgetFuncs GlWindow | other custom widget functions |
| -> CustomWindowFuncs GlWindow | Other custom window functions |
| -> IO (Ref GlWindow) |
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Window | v Graphics.UI.FLTK.LowLevel.GlWindow
GlWindow functions
canDo ::RefGlWindow->IOIntcanDoOverlay ::RefGlWindow->IOIntcanDoWithM ::RefGlWindow->Int->IOIntdestroy ::RefGlWindow->IO() drawSuper ::RefGlWindow->IO() flush ::RefGlWindow->IO() flushSuper ::RefGlWindow->IO() getContext ::RefGlWindow->IO(RefGlContext) getContextValid ::RefGlWindow->IOBoolgetMode ::RefGlWindow->IOModegetValid ::RefGlWindow->IOBoolhandle ::RefGlWindow->Event->IOInthandleSuper ::RefGlWindow->Event->IOInthide ::RefGlWindow->IO() hideOverlay ::RefGlWindow->IO() hideSuper ::RefGlWindow->IO() invalidate ::RefGlWindow->IO() makeOverlayCurrent ::RefGlWindow->IO() ortho ::RefGlWindow->IO() redrawOverlay ::RefGlWindow->IO() resize ::RefGlWindow->Rectangle->IO() resizeSuper ::RefGlWindow->Rectangle->IO() setContext ::RefGlWindow->RefGlContext->IO() setContextValid ::RefGlWindow->Bool->IO() setContextWithDestroyFlag ::RefGlWindow->RefGlContext->Bool->IO() setMode ::RefGlWindow->Mode->IOIntsetValid ::RefGlWindow->Bool->IO() showWidget ::RefGlWindow->IO() showWidgetSuper ::RefGlWindow->IO() swapBuffers ::RefGlWindow->IO()