Safe Haskell | None |
---|---|
Language | Haskell2010 |
Constructor
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Valuator | v Graphics.UI.FLTK.LowLevel.Slider | v Graphics.UI.FLTK.LowLevel.Scrollbar
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
()) 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
() scrollvalue ::Ref
Scrollbar
->Y
->Lines
->LineNumber
->Lines
->IO
(Int
) setLinesize ::Ref
Scrollbar
->LineSize
->IO
() setType ::Ref
Scrollbar
->ScrollbarType
->IO
() showWidget ::Ref
Scrollbar
->IO
() showWidgetSuper ::Ref
Scrollbar
->IO
()
Orphan instances
impl ~ IO LineSize => Op (GetLinesize ()) Scrollbar orig impl Source # | |
impl ~ (LineSize -> IO ()) => Op (SetLinesize ()) Scrollbar orig impl Source # | |
impl ~ IO () => Op (Draw ()) Scrollbar orig impl Source # | |
impl ~ (Y -> Lines -> LineNumber -> Lines -> IO Int) => Op (Scrollvalue ()) Scrollbar orig impl Source # | |
impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Scrollbar orig impl Source # | |
impl ~ IO () => Op (DrawSuper ()) Scrollbar orig impl Source # | |
impl ~ (Rectangle -> IO ()) => Op (Resize ()) Scrollbar orig impl Source # | |
impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) Scrollbar orig impl Source # | |
impl ~ IO () => Op (Hide ()) Scrollbar orig impl Source # | |
impl ~ IO () => Op (HideSuper ()) Scrollbar orig impl Source # | |
impl ~ IO () => Op (ShowWidget ()) Scrollbar orig impl Source # | |
impl ~ IO () => Op (ShowWidgetSuper ()) Scrollbar orig impl Source # | |
impl ~ (ScrollbarType -> IO ()) => Op (SetType ()) Scrollbar orig impl Source # | |
impl ~ IO ScrollbarType => Op (GetType_ ()) Scrollbar orig impl Source # | |
impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Scrollbar orig impl Source # | |
impl ~ IO () => Op (Destroy ()) Scrollbar orig impl Source # | |