| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.Progress
Synopsis
- progressNew :: Rectangle -> Maybe Text -> IO (Ref Progress)
- progressCustom :: Rectangle -> Maybe Text -> Maybe (Ref Progress -> IO ()) -> Maybe (CustomWidgetFuncs Progress) -> IO (Ref Progress)
- drawProgressBase :: Ref ProgressBase -> IO ()
- handleProgressBase :: Ref ProgressBase -> Event -> IO (Either UnknownEvent ())
- resizeProgressBase :: Ref ProgressBase -> Rectangle -> IO ()
- hideProgressBase :: Ref ProgressBase -> IO ()
- showWidgetProgressBase :: Ref ProgressBase -> IO ()
Constructor
drawProgressBase :: Ref ProgressBase -> IO () Source #
handleProgressBase :: Ref ProgressBase -> Event -> IO (Either UnknownEvent ()) Source #
resizeProgressBase :: Ref ProgressBase -> Rectangle -> IO () Source #
hideProgressBase :: Ref ProgressBase -> IO () Source #
showWidgetProgressBase :: Ref ProgressBase -> IO () Source #
Hierarchy
Functions
destroy ::RefProgressBase->IO() draw ::RefProgressBase->IO() getMaximum ::RefProgressBase->IO(Float) getMinimum ::RefProgressBase->IO(Float) getValue ::RefProgressBase->IO(Float) handle ::RefProgressBase->Event->IO(EitherUnknownEvent()) hide ::RefProgressBase->IO() resize ::RefProgressBase->Rectangle->IO() setMaximum ::RefProgressBase->Float->IO() setMinimum ::RefProgressBase->Float->IO() setValue ::RefProgressBase->Float->IO() showWidget ::RefProgressBase->IO()
Orphan instances
| impl ~ IO () => Op (Draw ()) ProgressBase orig impl Source # | |
| impl ~ (Float -> IO ()) => Op (SetMaximum ()) ProgressBase orig impl Source # | |
Methods runOp :: SetMaximum () -> orig -> Ref ProgressBase -> impl Source # | |
| impl ~ IO Float => Op (GetMaximum ()) ProgressBase orig impl Source # | |
Methods runOp :: GetMaximum () -> orig -> Ref ProgressBase -> impl Source # | |
| impl ~ (Float -> IO ()) => Op (SetMinimum ()) ProgressBase orig impl Source # | |
Methods runOp :: SetMinimum () -> orig -> Ref ProgressBase -> impl Source # | |
| impl ~ IO Float => Op (GetMinimum ()) ProgressBase orig impl Source # | |
Methods runOp :: GetMinimum () -> orig -> Ref ProgressBase -> impl Source # | |
| impl ~ (Float -> IO ()) => Op (SetValue ()) ProgressBase orig impl Source # | |
| impl ~ IO Float => Op (GetValue ()) ProgressBase orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) ProgressBase orig impl Source # | |
| impl ~ IO () => Op (Hide ()) ProgressBase orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) ProgressBase orig impl Source # | |
Methods runOp :: ShowWidget () -> orig -> Ref ProgressBase -> impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ProgressBase orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) ProgressBase orig impl Source # | |