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