| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Scrolled
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 ::RefScrolled->IO() handle ::RefScrolled->Event->IO(EitherUnknownEvent()) hide ::RefScrolled->IO() resize ::RefScrolled->Rectangle->IO() showWidget ::RefScrolled->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 # | |