fltkhs-0.4.0.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Adjuster

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref Adjuster -> IO ()

getSoft :: Ref Adjuster -> IO Int

setSoft :: Ref Adjuster -> Int -> IO ()

Orphan instances

(~) * impl (IO Int) => Op (GetSoft ()) Adjuster orig impl Source # 

Methods

runOp :: GetSoft () -> orig -> Ref Adjuster -> impl Source #

(~) * impl (Int -> IO ()) => Op (SetSoft ()) Adjuster orig impl Source # 

Methods

runOp :: SetSoft () -> orig -> Ref Adjuster -> impl Source #

(~) * impl (IO ()) => Op (Destroy ()) Adjuster orig impl Source # 

Methods

runOp :: Destroy () -> orig -> Ref Adjuster -> impl Source #