Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Group | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Scrolled
Widget Functions
draw ::Ref
Scrolled
->IO
() handle ::Ref
Scrolled
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
Scrolled
->IO
() resize ::Ref
Scrolled
->Rectangle
->IO
() showWidget ::Ref
Scrolled
->IO
()
Orphan instances
impl ~ IO () => Op (Draw ()) Scrolled orig impl Source # | |
impl ~ (Rectangle -> IO ()) => Op (Resize ()) Scrolled orig impl Source # | |
impl ~ IO () => Op (Hide ()) Scrolled orig impl Source # | |
impl ~ IO () => Op (ShowWidget ()) Scrolled orig impl Source # | |
impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Scrolled orig impl Source # | |