fltkhs-0.1.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Scrollbar

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref Scrollbar -> IO ()

getLinesize :: Ref Scrollbar -> IO LineSize

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

setLinesize :: Ref Scrollbar -> LineSize -> IO ()

setValue :: Ref Scrollbar -> Int -> Int -> Int -> Int -> IO Int