fltkhs-0.4.0.2: 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 ()