fltkhs-0.4.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Scrolled

Contents

Synopsis

Constructor

Hierarchy

Functions

clear :: Ref Scrolled -> IO ()

getScrollbarSize :: Ref Scrolled -> IO Int

getType :: Ref Scrolled -> IO ScrollbarMode

handle :: Ref Scrolled -> Int -> IO Int

resize :: Ref Scrolled -> Rectangle -> IO ()

scrollTo :: Ref Scrolled -> Position -> IO ()

setScrollbarSize :: Ref Scrolled -> Int -> IO ()

setType :: Ref Scrolled -> ScrollbarMode -> IO ()

xposition :: Ref Scrolled -> IO Int

yposition :: Ref Scrolled -> IO Int