fltkhs-0.5.0.4: 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 (Either UnknownEvent ()))

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

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

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

Orphan instances

(~) * impl (Int -> Int -> Int -> Int -> IO Int) => Op (SetScrollValue ()) Scrollbar orig impl Source # 

Methods

runOp :: SetScrollValue () -> orig -> Ref Scrollbar -> impl Source #

(~) * impl (IO LineSize) => Op (GetLinesize ()) Scrollbar orig impl Source # 

Methods

runOp :: GetLinesize () -> orig -> Ref Scrollbar -> impl Source #

(~) * impl (LineSize -> IO ()) => Op (SetLinesize ()) Scrollbar orig impl Source # 

Methods

runOp :: SetLinesize () -> orig -> Ref Scrollbar -> impl Source #

(~) * impl (ScrollbarType -> IO ()) => Op (SetType ()) Scrollbar orig impl Source # 

Methods

runOp :: SetType () -> orig -> Ref Scrollbar -> impl Source #

(~) * impl (IO ScrollbarType) => Op (GetType_ ()) Scrollbar orig impl Source # 

Methods

runOp :: GetType_ () -> orig -> Ref Scrollbar -> impl Source #

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Scrollbar orig impl Source # 

Methods

runOp :: Handle () -> orig -> Ref Scrollbar -> impl Source #

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

Methods

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