| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Choice
Constructor
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.MenuPrim | v Graphics.UI.FLTK.LowLevel.Choice
Choice
destroy ::RefChoice->IO() draw ::RefChoice->IO() drawSuper ::RefChoice->IO() getValue ::RefChoice->IO(AtIndex) handle ::RefChoice->Event->IO(EitherUnknownEvent()) handleSuper ::RefChoice->Event->IO(EitherUnknownEvent()) hide ::RefChoice->IO() hideSuper ::RefChoice->IO() resize ::RefChoice->Rectangle->IO() resizeSuper ::RefChoice->Rectangle->IO() setValue ::RefChoice->MenuItemReference->IO(EitherNoChange()) showWidget ::RefChoice->IO() showWidgetSuper ::RefChoice->IO()
Orphan instances
| impl ~ IO () => Op (Draw ()) Choice orig impl Source # | |
| impl ~ (MenuItemReference -> IO (Either NoChange ())) => Op (SetValue ()) Choice orig impl Source # | |
| impl ~ IO AtIndex => Op (GetValue ()) Choice orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Choice orig impl Source # | |
| impl ~ IO () => Op (DrawSuper ()) Choice orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) Choice orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) Choice orig impl Source # | |
| impl ~ IO () => Op (Hide ()) Choice orig impl Source # | |
| impl ~ IO () => Op (HideSuper ()) Choice orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) Choice orig impl Source # | |
| impl ~ IO () => Op (ShowWidgetSuper ()) Choice orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Choice orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) Choice orig impl Source # | |