fltkhs-0.5.1.5: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Scrollbar

Contents

Synopsis

Constructor

scrollbarCustom Source #

Arguments

:: Rectangle

The bounds of this Scrollbar

-> Maybe Text

The Scrollbar label

-> Maybe (Ref Scrollbar -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Scrollbar)

Optional custom widget functions

-> IO (Ref Scrollbar) 

Hierarchy

Functions

destroy :: Ref Scrollbar -> IO ()

draw :: Ref Scrollbar -> IO ()

drawSuper :: Ref Scrollbar -> IO ()

getLinesize :: Ref Scrollbar -> IO LineSize

getType_ :: Ref Scrollbar -> IO (ScrollbarType)

handle :: Ref Scrollbar -> Event -> IO (Either UnknownEvent ())

handle :: Ref Scrollbar -> Event -> IO (Either UnknownEvent ())

handleSuper :: Ref Scrollbar -> Event -> IO (Either UnknownEvent ())

hide :: Ref Scrollbar -> IO ()

hideSuper :: Ref Scrollbar -> IO ()

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

resizeSuper :: Ref Scrollbar -> Rectangle -> IO ()

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

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

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

showWidget :: Ref Scrollbar -> IO ()

showWidgetSuper :: Ref Scrollbar -> 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 (IO ()) => Op (Draw ()) Scrollbar orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) Scrollbar orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

runOp :: ShowWidgetSuper () -> 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 #