| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Spinner
- spinnerNew :: Rectangle -> Maybe Text -> IO (Ref Spinner)
- data SpinnerType
Constructor
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Spinner
Functions
getFormat ::RefSpinner->IO(MaybeText) getMaximum ::RefSpinner->IO(Double) getMinimum ::RefSpinner->IO(Double) getStep ::RefSpinner->IO(Double) getTextcolor ::RefSpinner->IO(Color) getTextfont ::RefSpinner->IO(Font) getTextsize ::RefSpinner->IO(FontSize) getType_ ::RefSpinner->IO(SpinnerType) getValue ::RefSpinner->IO(Double) handle ::RefSpinner-> (Event->IO(EitherUnknownEvent())) range ::RefSpinner->Double->Double->IO() setFormat ::RefSpinner->Text->IO() setMaximum ::RefSpinner->Double->IO() setMinimum ::RefSpinner->Double->IO() setStep ::RefSpinner->Double->IO() setTextcolor ::RefSpinner->Color->IO() setTextfont ::RefSpinner->Font->IO() setTextsize ::RefSpinner->FontSize->IO() setType ::RefSpinner->SpinnerType->IO() setValue ::RefSpinner->Double->IO()
Orphan instances
| (~) * impl (IO (Maybe Text)) => Op (GetFormat ()) Spinner orig impl Source # | |
| (~) * impl (Color -> IO ()) => Op (SetTextcolor ()) Spinner orig impl Source # | |
| (~) * impl (IO Color) => Op (GetTextcolor ()) Spinner orig impl Source # | |
| (~) * impl (FontSize -> IO ()) => Op (SetTextsize ()) Spinner orig impl Source # | |
| (~) * impl (IO FontSize) => Op (GetTextsize ()) Spinner orig impl Source # | |
| (~) * impl (Font -> IO ()) => Op (SetTextfont ()) Spinner orig impl Source # | |
| (~) * impl (IO Font) => Op (GetTextfont ()) Spinner orig impl Source # | |
| (~) * impl (Text -> IO ()) => Op (SetFormat ()) Spinner orig impl Source # | |
| (~) * impl (IO Double) => Op (GetStep ()) Spinner orig impl Source # | |
| (~) * impl (Double -> IO ()) => Op (SetStep ()) Spinner orig impl Source # | |
| (~) * impl (Double -> Double -> IO ()) => Op (Range ()) Spinner orig impl Source # | |
| (~) * impl (Double -> IO ()) => Op (SetMaximum ()) Spinner orig impl Source # | |
| (~) * impl (IO Double) => Op (GetMaximum ()) Spinner orig impl Source # | |
| (~) * impl (Double -> IO ()) => Op (SetMinimum ()) Spinner orig impl Source # | |
| (~) * impl (IO Double) => Op (GetMinimum ()) Spinner orig impl Source # | |
| (~) * impl (Double -> IO ()) => Op (SetValue ()) Spinner orig impl Source # | |
| (~) * impl (IO Double) => Op (GetValue ()) Spinner orig impl Source # | |
| (~) * impl (SpinnerType -> IO ()) => Op (SetType ()) Spinner orig impl Source # | |
| (~) * impl (IO SpinnerType) => Op (GetType_ ()) Spinner orig impl Source # | |
| (~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Spinner orig impl Source # | |