fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.Adjuster

Synopsis

Constructor

adjusterCustom Source #

Arguments

:: Rectangle

The bounds of this Adjuster

-> Maybe Text

The Adjuster label

-> Maybe (Ref Adjuster -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Adjuster)

Optional custom widget functions

-> IO (Ref Adjuster) 

Hierarchy

Functions

destroy :: Ref AdjusterBase -> IO ()

draw :: Ref AdjusterBase -> IO ()

getSoft :: Ref AdjusterBase -> IO (Bool)

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

hide :: Ref AdjusterBase -> IO ()

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

setSoft :: Ref AdjusterBase -> Bool>- IO ()

showWidget :: Ref AdjusterBase -> IO ()

Orphan instances

impl ~ IO Bool => Op (GetSoft ()) AdjusterBase orig impl Source # 
Instance details

Methods

runOp :: GetSoft () -> orig -> Ref AdjusterBase -> impl Source #

impl ~ (Bool -> IO ()) => Op (SetSoft ()) AdjusterBase orig impl Source # 
Instance details

Methods

runOp :: SetSoft () -> orig -> Ref AdjusterBase -> impl Source #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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