| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Output
Documentation
data FlOutputType Source #
Constructors
| FlNormalOutput | |
| FlMultilineOutput |
Instances
| Enum FlOutputType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Output Methods succ :: FlOutputType -> FlOutputType # pred :: FlOutputType -> FlOutputType # toEnum :: Int -> FlOutputType # fromEnum :: FlOutputType -> Int # enumFrom :: FlOutputType -> [FlOutputType] # enumFromThen :: FlOutputType -> FlOutputType -> [FlOutputType] # enumFromTo :: FlOutputType -> FlOutputType -> [FlOutputType] # enumFromThenTo :: FlOutputType -> FlOutputType -> FlOutputType -> [FlOutputType] # | |
Constructor
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Input | v Graphics.UI.FLTK.LowLevel.Output
Input
draw ::RefOutput->IO() drawSuper ::RefOutput->IO() handle ::RefOutput->Event->IO(EitherUnknownEvent()) handleSuper ::RefOutput->Event->IO(EitherUnknownEvent()) hide ::RefOutput->IO() hideSuper ::RefOutput->IO() resize ::RefOutput->Rectangle->IO() resizeSuper ::RefOutput->Rectangle->IO() setType ::RefOutput->FlOutputType->IO() showWidget ::RefOutput->IO() showWidgetSuper ::RefOutput->IO()
Orphan instances
| impl ~ IO () => Op (Draw ()) Output orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Output orig impl Source # | |
| impl ~ IO () => Op (DrawSuper ()) Output orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) Output orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) Output orig impl Source # | |
| impl ~ IO () => Op (Hide ()) Output orig impl Source # | |
| impl ~ IO () => Op (HideSuper ()) Output orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) Output orig impl Source # | |
| impl ~ IO () => Op (ShowWidgetSuper ()) Output orig impl Source # | |
| impl ~ (FlOutputType -> IO ()) => Op (SetType ()) Output orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Output orig impl Source # | |