| 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->IO(Bool) getTextcolor ::RefValueOutput->IO(Color) getTextfont ::RefValueOutput->IO(Font) getTextsize ::RefValueOutput->IO(FontSize) handle ::RefValueOutput->Event->IOIntresize ::RefValueOutput->Rectangle->IO() setSoft ::RefValueOutput->Bool>-IO() setTextcolor ::RefValueOutput->Color->IO() setTextfont ::RefValueOutput->Font->IO() setTextsize ::RefValueOutput->FontSize->IO()