fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Scrollbar

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref Scrollbar -> IO ()

getLinesize :: Ref Scrollbar -> IO LineSize

getType_ :: Ref Scrollbar -> IO (ScrollbarType)

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

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

setScrollValue :: Ref Scrollbar -> Int -> Int -> Int -> Int -> IO (Int)

setType :: Ref Scrollbar -> ScrollbarType -> IO ()