fltkhs-0.4.0.7: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Box

Contents

Synopsis

Constructor

boxCustom Source

Arguments

:: Rectangle

The bounds of this box

-> Maybe String

Optional label

-> Maybe (Ref Box -> IO ())

Optional custom box drawing function

-> Maybe (CustomWidgetFuncs Box)

Optional widget overrides

-> IO (Ref Box) 

Hierarchy

Functions

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