Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data FlOutputType
- outputNew :: Rectangle -> Maybe Text -> Maybe FlOutputType -> IO (Ref Output)
- outputCustom :: Rectangle -> Maybe Text -> Maybe (Ref Output -> IO ()) -> Maybe (CustomWidgetFuncs Output) -> IO (Ref Output)
- drawOutputBase :: Ref OutputBase -> IO ()
- handleOutputBase :: Ref OutputBase -> Event -> IO (Either UnknownEvent ())
- resizeOutputBase :: Ref OutputBase -> Rectangle -> IO ()
- hideOutputBase :: Ref OutputBase -> IO ()
- showWidgetOutputBase :: Ref OutputBase -> IO ()
Documentation
data FlOutputType Source #
Instances
Enum FlOutputType Source # | |
Defined in Graphics.UI.FLTK.LowLevel.Base.Output 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
drawOutputBase :: Ref OutputBase -> IO () Source #
handleOutputBase :: Ref OutputBase -> Event -> IO (Either UnknownEvent ()) Source #
resizeOutputBase :: Ref OutputBase -> Rectangle -> IO () Source #
hideOutputBase :: Ref OutputBase -> IO () Source #
showWidgetOutputBase :: Ref OutputBase -> IO () Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Input | v Graphics.UI.FLTK.LowLevel.Base.Output
Input
Orphan instances
impl ~ IO () => Op (Draw ()) OutputBase orig impl Source # | |
impl ~ (Rectangle -> IO ()) => Op (Resize ()) OutputBase orig impl Source # | |
impl ~ IO () => Op (Hide ()) OutputBase orig impl Source # | |
impl ~ IO () => Op (ShowWidget ()) OutputBase orig impl Source # | |
runOp :: ShowWidget () -> orig -> Ref OutputBase -> impl Source # | |
impl ~ (FlOutputType -> IO ()) => Op (SetType ()) OutputBase orig impl Source # | |
impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) OutputBase orig impl Source # | |