Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 ::Ref
Choice
->IO
() handle ::Ref
Choice
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
Choice
->IO
() resize ::Ref
Choice
->Rectangle
->IO
() showWidget ::Ref
Choice
->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 # | |