| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.ValueOutput
Synopsis
- valueOutputNew :: Rectangle -> Maybe Text -> IO (Ref ValueOutput)
- valueOutputCustom :: Rectangle -> Maybe Text -> Maybe (Ref ValueOutput -> IO ()) -> Maybe (CustomWidgetFuncs ValueOutput) -> IO (Ref ValueOutput)
- drawValueOutputBase :: Ref ValueOutputBase -> IO ()
- handleValueOutputBase :: Ref ValueOutputBase -> Event -> IO (Either UnknownEvent ())
- resizeValueOutputBase :: Ref ValueOutputBase -> Rectangle -> IO ()
- hideValueOutputBase :: Ref ValueOutputBase -> IO ()
- showWidgetValueOutputBase :: Ref ValueOutputBase -> IO ()
Constructor
valueOutputNew :: Rectangle -> Maybe Text -> IO (Ref ValueOutput) Source #
Arguments
| :: Rectangle | The bounds of this ValueOutput |
| -> Maybe Text | The ValueOutput label |
| -> Maybe (Ref ValueOutput -> IO ()) | Optional custom drawing function |
| -> Maybe (CustomWidgetFuncs ValueOutput) | Optional custom widget functions |
| -> IO (Ref ValueOutput) |
drawValueOutputBase :: Ref ValueOutputBase -> IO () Source #
handleValueOutputBase :: Ref ValueOutputBase -> Event -> IO (Either UnknownEvent ()) Source #
resizeValueOutputBase :: Ref ValueOutputBase -> Rectangle -> IO () Source #
hideValueOutputBase :: Ref ValueOutputBase -> IO () Source #
showWidgetValueOutputBase :: Ref ValueOutputBase -> IO () Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Valuator | v Graphics.UI.FLTK.LowLevel.Base.ValueOutput
Functions
destroy ::RefValueOutputBase->IO() draw ::RefValueOutputBase->IO() getSoft ::RefValueOutputBase->IO(Bool) getTextcolor ::RefValueOutputBase->IO(Color) getTextfont ::RefValueOutputBase->IO(Font) getTextsize ::RefValueOutputBase->IO(FontSize) handle ::RefValueOutputBase->Event->IO(EitherUnknownEvent()) hide ::RefValueOutputBase->IO() resize ::RefValueOutputBase->Rectangle->IO() setSoft ::RefValueOutputBase->Bool>-IO() setTextcolor ::RefValueOutputBase->Color->IO() setTextfont ::RefValueOutputBase->Font->IO() setTextsize ::RefValueOutputBase->FontSize->IO() showWidget ::RefValueOutputBase->IO()