fltkhs-0.5.4.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Scrolled

Contents

Synopsis

Constructor

scrolledCustom Source #

Arguments

:: Rectangle

The bounds of this Scrolled

-> Maybe Text

The Scrolled label

-> Maybe (Ref Scrolled -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Scrolled)

Optional custom widget functions

-> IO (Ref Scrolled) 

Hierarchy

Functions

clear :: Ref Scrolled -> IO ()

draw :: Ref Scrolled -> IO ()

drawSuper :: Ref Scrolled -> IO ()

getScrollbarSize :: Ref Scrolled -> IO (Int)

getType_ :: Ref Scrolled -> IO (ScrollbarMode)

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

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

hide :: Ref Scrolled -> IO ()

hideSuper :: Ref Scrolled -> IO ()

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

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

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

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

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

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

showWidget :: Ref Scrolled -> IO ()

showWidgetSuper :: Ref Scrolled -> 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 (Draw ()) Scrolled orig impl Source # 

Methods

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

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

Methods

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

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

Methods

runOp :: DrawSuper () -> 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 (Rectangle -> IO ()) => Op (ResizeSuper ()) Scrolled orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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