fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.Roller

Synopsis

Constructor

rollerCustom Source #

Arguments

:: Rectangle

The bounds of this Roller

-> Maybe Text

The Roller label

-> Maybe (Ref Roller -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Roller)

Optional custom widget functions

-> IO (Ref Roller) 

Hierarchy

Functions

destroy :: Ref RollerBase -> IO ()

draw :: Ref RollerBase -> IO ()

handle :: Ref RollerBase -> Event -> IO (Either UnknownEvent ())

hide :: Ref RollerBase -> IO ()

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

showWidget :: Ref RollerBase -> IO ()

Orphan instances

impl ~ IO () => Op (Draw ()) RollerBase orig impl Source # 
Instance details

Methods

runOp :: Draw () -> orig -> Ref RollerBase -> impl Source #

impl ~ (Rectangle -> IO ()) => Op (Resize ()) RollerBase orig impl Source # 
Instance details

Methods

runOp :: Resize () -> orig -> Ref RollerBase -> impl Source #

impl ~ IO () => Op (Hide ()) RollerBase orig impl Source # 
Instance details

Methods

runOp :: Hide () -> orig -> Ref RollerBase -> impl Source #

impl ~ IO () => Op (ShowWidget ()) RollerBase orig impl Source # 
Instance details

Methods

runOp :: ShowWidget () -> orig -> Ref RollerBase -> impl Source #

impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) RollerBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (Destroy ()) RollerBase orig impl Source # 
Instance details

Methods

runOp :: Destroy () -> orig -> Ref RollerBase -> impl Source #