fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Box

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 # 
Instance details

Methods

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