fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.ValueSlider

Contents

Synopsis

Constructor

valueSliderCustom Source #

Arguments

:: Rectangle

The bounds of this ValueSlider

-> Maybe Text

The ValueSlider label

-> Maybe (Ref ValueSlider -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs ValueSlider)

Optional custom widget functions

-> IO (Ref ValueSlider) 

Hierarchy

Functions

destroy :: Ref ValueSliderBase -> IO ()

draw :: Ref ValueSliderBase -> IO ()

getTextcolor :: Ref ValueSliderBase -> IO (Color)

getTextfont :: Ref ValueSliderBase -> IO (Font)

getTextsize :: Ref ValueSliderBase -> IO (FontSize)

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

hide :: Ref ValueSliderBase -> IO ()

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

setTextcolor :: Ref ValueSliderBase -> Color -> IO ()

setTextfont :: Ref ValueSliderBase -> Font -> IO ()

setTextsize :: Ref ValueSliderBase -> FontSize -> IO ()

showWidget :: Ref ValueSliderBase -> IO ()

Orphan instances

impl ~ (Color -> IO ()) => Op (SetTextcolor ()) ValueSliderBase orig impl Source # 
Instance details

Methods

runOp :: SetTextcolor () -> orig -> Ref ValueSliderBase -> impl Source #

impl ~ IO Color => Op (GetTextcolor ()) ValueSliderBase orig impl Source # 
Instance details

Methods

runOp :: GetTextcolor () -> orig -> Ref ValueSliderBase -> impl Source #

impl ~ (FontSize -> IO ()) => Op (SetTextsize ()) ValueSliderBase orig impl Source # 
Instance details

Methods

runOp :: SetTextsize () -> orig -> Ref ValueSliderBase -> impl Source #

impl ~ IO FontSize => Op (GetTextsize ()) ValueSliderBase orig impl Source # 
Instance details

Methods

runOp :: GetTextsize () -> orig -> Ref ValueSliderBase -> impl Source #

impl ~ (Font -> IO ()) => Op (SetTextfont ()) ValueSliderBase orig impl Source # 
Instance details

Methods

runOp :: SetTextfont () -> orig -> Ref ValueSliderBase -> impl Source #

impl ~ IO Font => Op (GetTextfont ()) ValueSliderBase orig impl Source # 
Instance details

Methods

runOp :: GetTextfont () -> orig -> Ref ValueSliderBase -> impl Source #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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