fltkhs-0.5.0.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Progress

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref Progress -> IO ()

getMaximum :: Ref Progress -> IO Float

getMinimum :: Ref Progress -> IO Float

getValue :: Ref Progress -> IO Float

setMaximum :: Ref Progress -> Float -> IO ()

setMinimum :: Ref Progress -> Float -> IO ()

setValue :: Ref Progress -> Float -> IO ()

Orphan instances

(~) * impl (Float -> IO ()) => Op (SetMaximum ()) Progress orig impl Source # 

Methods

runOp :: SetMaximum () -> orig -> Ref Progress -> impl Source #

(~) * impl (IO Float) => Op (GetMaximum ()) Progress orig impl Source # 

Methods

runOp :: GetMaximum () -> orig -> Ref Progress -> impl Source #

(~) * impl (Float -> IO ()) => Op (SetMinimum ()) Progress orig impl Source # 

Methods

runOp :: SetMinimum () -> orig -> Ref Progress -> impl Source #

(~) * impl (IO Float) => Op (GetMinimum ()) Progress orig impl Source # 

Methods

runOp :: GetMinimum () -> orig -> Ref Progress -> impl Source #

(~) * impl (Float -> IO ()) => Op (SetValue ()) Progress orig impl Source # 

Methods

runOp :: SetValue () -> orig -> Ref Progress -> impl Source #

(~) * impl (IO Float) => Op (GetValue ()) Progress orig impl Source # 

Methods

runOp :: GetValue () -> orig -> Ref Progress -> impl Source #

(~) * impl (IO ()) => Op (Destroy ()) Progress orig impl Source # 

Methods

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