fltkhs-0.5.0.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Spinner

Contents

Synopsis

Constructor

Hierarchy

Functions

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 ()))

range :: Ref Spinner -> Double -> Double -> 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 ()

Orphan instances

(~) * impl (IO (Maybe Text)) => Op (GetFormat ()) Spinner orig impl Source # 

Methods

runOp :: GetFormat () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Color -> IO ()) => Op (SetTextcolor ()) Spinner orig impl Source # 

Methods

runOp :: SetTextcolor () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO Color) => Op (GetTextcolor ()) Spinner orig impl Source # 

Methods

runOp :: GetTextcolor () -> orig -> Ref Spinner -> impl Source #

(~) * impl (FontSize -> IO ()) => Op (SetTextsize ()) Spinner orig impl Source # 

Methods

runOp :: SetTextsize () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO FontSize) => Op (GetTextsize ()) Spinner orig impl Source # 

Methods

runOp :: GetTextsize () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Font -> IO ()) => Op (SetTextfont ()) Spinner orig impl Source # 

Methods

runOp :: SetTextfont () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO Font) => Op (GetTextfont ()) Spinner orig impl Source # 

Methods

runOp :: GetTextfont () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Text -> IO ()) => Op (SetFormat ()) Spinner orig impl Source # 

Methods

runOp :: SetFormat () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO Double) => Op (GetStep ()) Spinner orig impl Source # 

Methods

runOp :: GetStep () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Double -> IO ()) => Op (SetStep ()) Spinner orig impl Source # 

Methods

runOp :: SetStep () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Double -> Double -> IO ()) => Op (Range ()) Spinner orig impl Source # 

Methods

runOp :: Range () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Double -> IO ()) => Op (SetMaximum ()) Spinner orig impl Source # 

Methods

runOp :: SetMaximum () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO Double) => Op (GetMaximum ()) Spinner orig impl Source # 

Methods

runOp :: GetMaximum () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Double -> IO ()) => Op (SetMinimum ()) Spinner orig impl Source # 

Methods

runOp :: SetMinimum () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO Double) => Op (GetMinimum ()) Spinner orig impl Source # 

Methods

runOp :: GetMinimum () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Double -> IO ()) => Op (SetValue ()) Spinner orig impl Source # 

Methods

runOp :: SetValue () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO Double) => Op (GetValue ()) Spinner orig impl Source # 

Methods

runOp :: GetValue () -> orig -> Ref Spinner -> impl Source #

(~) * impl (SpinnerType -> IO ()) => Op (SetType ()) Spinner orig impl Source # 

Methods

runOp :: SetType () -> orig -> Ref Spinner -> impl Source #

(~) * impl (IO SpinnerType) => Op (GetType_ ()) Spinner orig impl Source # 

Methods

runOp :: GetType_ () -> orig -> Ref Spinner -> impl Source #

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Spinner orig impl Source # 

Methods

runOp :: Handle () -> orig -> Ref Spinner -> impl Source #