Safe Haskell | None |
---|---|
Language | Haskell2010 |
Constructor
valuatorCustom :: Rectangle -> Maybe Text -> Maybe (Ref Valuator -> IO ()) -> Maybe (CustomWidgetFuncs Valuator) -> IO (Ref Valuator) Source #
data ValuatorType Source #
Hierarchy
Functions
bounds ::Ref
Valuator
->Double
->Double
->IO
() clamp ::Ref
Valuator
->Double
->IO
(Double
) destroy ::Ref
Valuator
->IO
() getMaximum ::Ref
Valuator
->IO
(Double
) getMinimum ::Ref
Valuator
->IO
(Double
) getStep ::Ref
Valuator
->IO
(Rational
) getType_ ::Ref
Valuator
->IO
(ValuatorType
) getValue ::Ref
Valuator
->IO
(Double
) handle ::Ref
Valuator
-> (Event
->IO
(Either
UnknownEvent
())) handleSuper ::Ref
Valuator
-> (Event
->IO
(Either
UnknownEvent
())) hide ::Ref
Valuator
-> (IO
()) hideSuper ::Ref
Valuator
-> (IO
()) increment ::Ref
Valuator
->Double
->Int
->IO
(Double
) precision ::Ref
Valuator
->Int
->IO
() range ::Ref
Valuator
->Double
->Double
->IO
() resize ::Ref
Valuator
->Rectangle
->IO
() resizeSuper ::Ref
Valuator
->Rectangle
->IO
() round ::Ref
Valuator
->Double
->IO
(Double
) setFormat ::Ref
Valuator
->Text
->IO
(Int
) setMaximum ::Ref
Valuator
->Double
->IO
() setMinimum ::Ref
Valuator
->Double
->IO
() setStep ::Ref
Valuator
->Rational
->IO
() setType ::Ref
Valuator
->ValuatorType
->IO
() setValue ::Ref
Valuator
->Double
->IO
(Int
)
Orphan instances
(~) * impl (Double -> Int -> IO Double) => Op (Increment ()) Valuator orig impl Source # | |
(~) * impl (Double -> IO Double) => Op (Clamp ()) Valuator orig impl Source # | |
(~) * impl (Double -> IO Double) => Op (Round ()) Valuator orig impl Source # | |
(~) * impl (Text -> IO Int) => Op (SetFormat ()) Valuator orig impl Source # | |
(~) * impl (Int -> IO ()) => Op (Precision ()) Valuator orig impl Source # | |
(~) * impl (IO Rational) => Op (GetStep ()) Valuator orig impl Source # | |
(~) * impl (Rational -> IO ()) => Op (SetStep ()) Valuator orig impl Source # | |
(~) * impl (Double -> Double -> IO ()) => Op (Range ()) Valuator orig impl Source # | |
(~) * impl (Double -> IO ()) => Op (SetMaximum ()) Valuator orig impl Source # | |
(~) * impl (IO Double) => Op (GetMaximum ()) Valuator orig impl Source # | |
(~) * impl (Double -> IO ()) => Op (SetMinimum ()) Valuator orig impl Source # | |
(~) * impl (IO Double) => Op (GetMinimum ()) Valuator orig impl Source # | |
(~) * impl (Double -> Double -> IO ()) => Op (Bounds ()) Valuator orig impl Source # | |
(~) * impl (Double -> IO Int) => Op (SetValue ()) Valuator orig impl Source # | |
(~) * impl (IO Double) => Op (GetValue ()) Valuator orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Valuator orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (Resize ()) Valuator orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) Valuator orig impl Source # | |
(~) * impl (IO ()) => Op (Hide ()) Valuator orig impl Source # | |
(~) * impl (IO ()) => Op (HideSuper ()) Valuator orig impl Source # | |
(~) * impl (ValuatorType -> IO ()) => Op (SetType ()) Valuator orig impl Source # | |
(~) * impl (IO ValuatorType) => Op (GetType_ ()) Valuator orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Valuator orig impl Source # | |
(~) * impl (IO ()) => Op (Destroy ()) Valuator orig impl Source # | |