fltkhs-0.5.4.5: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Box

Contents

Synopsis

Constructor

boxCustom Source #

Arguments

:: Rectangle

The bounds of this box

-> Maybe Text

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 (Either UnknownEvent ())

Orphan instances

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Box orig impl Source # 

Methods

runOp :: Handle () -> orig -> Ref Box -> impl Source #