| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.ValueOutput
Contents
- valueOutputNew :: Rectangle -> Maybe String -> IO (Ref ValueOutput)
Constructor
valueOutputNew :: Rectangle -> Maybe String -> IO (Ref ValueOutput) Source
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Valuator | v Graphics.UI.FLTK.LowLevel.ValueOutput
Functions
destroy ::RefValueOutput->IO() getSoft ::RefValueOutput->IOBoolgetTextcolor ::RefValueOutput->IOColorgetTextfont ::RefValueOutput->IOFontgetTextsize ::RefValueOutput->IOFontSizehandle ::RefValueOutput->Event->IOIntresize ::RefValueOutput->Rectangle->IO() setSoft ::RefValueOutput->Bool->IO() setTextcolor ::RefValueOutput->Color->IO() setTextfont ::RefValueOutput->Int->IO() setTextsize ::RefValueOutput->FontSize->IO()