Safe Haskell | None |
---|---|
Language | Haskell2010 |
Constructor
data SpinnerType Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Spinner
Functions
draw ::Ref
Spinner
->IO
() drawSuper ::Ref
Spinner
->IO
() getFormat ::Ref
Spinner
->IO
(Maybe
Text
) getMaximum ::Ref
Spinner
->IO
(Double
) getMinimum ::Ref
Spinner
->IO
(Double
) getStep ::Ref
Spinner
->IO
(Double
) getTextcolor ::Ref
Spinner
->IO
(Color
) getTextfont ::Ref
Spinner
->IO
(Font
) getTextsize ::Ref
Spinner
->IO
(FontSize
) getType_ ::Ref
Spinner
->IO
(SpinnerType
) getValue ::Ref
Spinner
->IO
(Double
) handle ::Ref
Spinner
->Event
->IO
(Either
UnknownEvent
()) handleSuper ::Ref
Spinner
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
Spinner
->IO
() hideSuper ::Ref
Spinner
->IO
() range ::Ref
Spinner
->Double
->Double
->IO
() resize ::Ref
Spinner
->Rectangle
->IO
() resizeSuper ::Ref
Spinner
->Rectangle
->IO
() setFormat ::Ref
Spinner
->Text
->IO
() setMaximum ::Ref
Spinner
->Double
->IO
() setMinimum ::Ref
Spinner
->Double
->IO
() setStep ::Ref
Spinner
->Double
->IO
() setTextcolor ::Ref
Spinner
->Color
->IO
() setTextfont ::Ref
Spinner
->Font
->IO
() setTextsize ::Ref
Spinner
->FontSize
->IO
() setType ::Ref
Spinner
->SpinnerType
->IO
() setValue ::Ref
Spinner
->Double
->IO
() showWidget ::Ref
Spinner
->IO
() showWidgetSuper ::Ref
Spinner
->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 (IO ()) => Op (Draw ()) 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 (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 # | |