fltkhs-0.8.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Output

Contents

Synopsis

    Hierarchy

    Widget Functions

    draw :: Ref Output -> IO ()
    
    handle :: Ref Output -> Event -> IO (Either UnknownEvent ())
    
    hide :: Ref Output -> IO ()
    
    resize :: Ref Output -> Rectangle -> IO ()
    
    showWidget :: Ref Output -> IO ()
    

    Orphan instances

    impl ~ IO () => Op (Draw ()) Output orig impl Source # 
    Instance details

    Methods

    runOp :: Draw () -> orig -> Ref Output -> impl Source #

    impl ~ (Rectangle -> IO ()) => Op (Resize ()) Output orig impl Source # 
    Instance details

    Methods

    runOp :: Resize () -> orig -> Ref Output -> impl Source #

    impl ~ IO () => Op (Hide ()) Output orig impl Source # 
    Instance details

    Methods

    runOp :: Hide () -> orig -> Ref Output -> impl Source #

    impl ~ IO () => Op (ShowWidget ()) Output orig impl Source # 
    Instance details

    Methods

    runOp :: ShowWidget () -> orig -> Ref Output -> impl Source #

    impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Output orig impl Source # 
    Instance details

    Methods

    runOp :: Handle () -> orig -> Ref Output -> impl Source #