| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Progress
Constructor
Hierarchy
Functions
destroy ::RefProgress->IO() getMaximum ::RefProgress->IOFloatgetMinimum ::RefProgress->IOFloatgetValue ::RefProgress->IOFloatsetMaximum ::RefProgress->Float->IO() setMinimum ::RefProgress->Float->IO() setValue ::RefProgress->Float->IO()
Orphan instances
| (~) * impl (Float -> IO ()) => Op (SetMaximum ()) Progress orig impl Source # | |
| (~) * impl (IO Float) => Op (GetMaximum ()) Progress orig impl Source # | |
| (~) * impl (Float -> IO ()) => Op (SetMinimum ()) Progress orig impl Source # | |
| (~) * impl (IO Float) => Op (GetMinimum ()) Progress orig impl Source # | |
| (~) * impl (Float -> IO ()) => Op (SetValue ()) Progress orig impl Source # | |
| (~) * impl (IO Float) => Op (GetValue ()) Progress orig impl Source # | |
| (~) * impl (IO ()) => Op (Destroy ()) Progress orig impl Source # | |