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