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