| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Spinner
Constructor
data SpinnerType Source #
Constructors
| FloatSpinnerType | |
| IntSpinnerType |
Instances
| Enum SpinnerType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Spinner Methods succ :: SpinnerType -> SpinnerType # pred :: SpinnerType -> SpinnerType # toEnum :: Int -> SpinnerType # fromEnum :: SpinnerType -> Int # enumFrom :: SpinnerType -> [SpinnerType] # enumFromThen :: SpinnerType -> SpinnerType -> [SpinnerType] # enumFromTo :: SpinnerType -> SpinnerType -> [SpinnerType] # enumFromThenTo :: SpinnerType -> SpinnerType -> SpinnerType -> [SpinnerType] # | |
| Eq SpinnerType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Spinner | |
| Show SpinnerType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Spinner Methods showsPrec :: Int -> SpinnerType -> ShowS # show :: SpinnerType -> String # showList :: [SpinnerType] -> ShowS # | |
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Spinner
Functions
draw ::RefSpinner->IO() drawSuper ::RefSpinner->IO() 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) getWrap ::RefSpinner->IO(Bool) handle ::RefSpinner->Event->IO(EitherUnknownEvent()) handleSuper ::RefSpinner->Event->IO(EitherUnknownEvent()) hide ::RefSpinner->IO() hideSuper ::RefSpinner->IO() range ::RefSpinner->Double->Double->IO() resize ::RefSpinner->Rectangle->IO() resizeSuper ::RefSpinner->Rectangle->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() setWrap ::RefSpinner->Bool->IO() showWidget ::RefSpinner->IO() showWidgetSuper ::RefSpinner->IO()
Orphan instances
| impl ~ (Text -> IO ()) => Op (SetFormat ()) Spinner orig impl Source # | |
| impl ~ IO (Maybe Text) => Op (GetFormat ()) Spinner orig impl Source # | |
| impl ~ (Bool -> IO ()) => Op (SetWrap ()) Spinner orig impl Source # | |
| impl ~ IO Bool => Op (GetWrap ()) 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 ~ IO () => Op (Draw ()) 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 ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Spinner orig impl Source # | |
| impl ~ IO () => Op (DrawSuper ()) Spinner orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) Spinner orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) Spinner orig impl Source # | |
| impl ~ IO () => Op (Hide ()) Spinner orig impl Source # | |
| impl ~ IO () => Op (HideSuper ()) Spinner orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) Spinner orig impl Source # | |
| impl ~ IO () => Op (ShowWidgetSuper ()) 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 # | |