| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.ValueOutput
- valueOutputNew :: Rectangle -> Maybe Text -> IO (Ref ValueOutput)
Constructor
valueOutputNew :: Rectangle -> Maybe Text -> 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->IO(EitherUnknownEvent())) resize ::RefValueOutput->Rectangle->IO() setSoft ::RefValueOutput->Bool>-IO() setTextcolor ::RefValueOutput->Color->IO() setTextfont ::RefValueOutput->Font->IO() setTextsize ::RefValueOutput->FontSize->IO()
Orphan instances
| (~) * impl (IO Bool) => Op (GetSoft ()) ValueOutput orig impl Source # | |
| (~) * impl (Bool -> IO ()) => Op (SetSoft ()) ValueOutput orig impl Source # | |
| (~) * impl (Color -> IO ()) => Op (SetTextcolor ()) ValueOutput orig impl Source # | |
| (~) * impl (IO Color) => Op (GetTextcolor ()) ValueOutput orig impl Source # | |
| (~) * impl (FontSize -> IO ()) => Op (SetTextsize ()) ValueOutput orig impl Source # | |
| (~) * impl (IO FontSize) => Op (GetTextsize ()) ValueOutput orig impl Source # | |
| (~) * impl (Font -> IO ()) => Op (SetTextfont ()) ValueOutput orig impl Source # | |
| (~) * impl (IO Font) => Op (GetTextfont ()) ValueOutput orig impl Source # | |
| (~) * impl (Rectangle -> IO ()) => Op (Resize ()) ValueOutput orig impl Source # | |
| (~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ValueOutput orig impl Source # | |
| (~) * impl (IO ()) => Op (Destroy ()) ValueOutput orig impl Source # | |