fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.SingleWindow

Contents

Synopsis

Documentation

singleWindowCustom

Arguments

:: Size

Size of this window

-> Maybe Position

Optional position of this window

-> Maybe String

Optional label

-> Maybe (Ref SingleWindow -> IO ())

Optional custom drawing function

-> CustomWidgetFuncs SingleWindow

Custom widget overrides

-> CustomWindowFuncs SingleWindow

Custom window overrides

-> IO (Ref SingleWindow) 

Hierarchy

Functions

destroy :: Ref SingleWindow -> IO ()

drawSuper :: Ref SingleWindow -> IO ()

flushSuper :: Ref SingleWindow -> IO ()

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

handleSuper :: Ref SingleWindow -> Int -> IO Int

hide :: Ref SingleWindow -> IO ()

hideSuper :: Ref SingleWindow -> IO ()

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

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

showWidget :: Ref SingleWindow -> IO ()

showWidgetSuper :: Ref SingleWindow -> IO ()