fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Positioner

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref Positioner -> IO ()

getXmaximum :: Ref Positioner -> IO Double

getXminimum :: Ref Positioner -> IO Double

getXvalue :: Ref Positioner -> IO Double

getYmaximum :: Ref Positioner -> IO Double

getYminimum :: Ref Positioner -> IO Double

getYvalue :: Ref Positioner -> IO Double

handle :: Ref Positioner -> Event -> IO Int

setXbounds :: Ref Positioner -> Double -> Double -> IO ()

setXmaximum :: Ref Positioner -> Double -> IO ()

setXminimum :: Ref Positioner -> Double -> IO ()

setXstep :: Ref Positioner -> Double -> IO ()

setXvalue :: Ref Positioner -> Double -> IO ()

setYbounds :: Ref Positioner -> Double -> Double -> IO ()

setYmaximum :: Ref Positioner -> Double -> IO ()

setYminimum :: Ref Positioner -> Double -> IO ()

setYstep :: Ref Positioner -> Double -> IO ()

setYvalue :: Ref Positioner -> Double -> IO ()