fltkhs-0.5.0.4: 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

Orphan instances

(~) * impl (IO Int) => Op (Yposition ()) Scrolled orig impl Source # 

Methods

runOp :: Yposition () -> orig -> Ref Scrolled -> impl Source #

(~) * impl (IO Int) => Op (Xposition ()) Scrolled orig impl Source # 

Methods

runOp :: Xposition () -> orig -> Ref Scrolled -> impl Source #

(~) * impl (Position -> IO ()) => Op (ScrollTo ()) Scrolled orig impl Source # 

Methods

runOp :: ScrollTo () -> orig -> Ref Scrolled -> impl Source #

(~) * impl (Int -> IO ()) => Op (SetScrollbarSize ()) Scrolled orig impl Source # 

Methods

runOp :: SetScrollbarSize () -> orig -> Ref Scrolled -> impl Source #

(~) * impl (IO Int) => Op (GetScrollbarSize ()) Scrolled orig impl Source # 

Methods

runOp :: GetScrollbarSize () -> orig -> Ref Scrolled -> impl Source #

(~) * impl (IO ()) => Op (Clear ()) Scrolled orig impl Source # 

Methods

runOp :: Clear () -> orig -> Ref Scrolled -> impl Source #

(~) * impl (Rectangle -> IO ()) => Op (Resize ()) Scrolled orig impl Source # 

Methods

runOp :: Resize () -> orig -> Ref Scrolled -> impl Source #

(~) * impl (ScrollbarMode -> IO ()) => Op (SetType ()) Scrolled orig impl Source # 

Methods

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

(~) * impl (IO ScrollbarMode) => Op (GetType_ ()) Scrolled orig impl Source # 

Methods

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

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

Methods

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