fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Window

Synopsis

    Hierarchy

    Functions

    flush :: Ref Window -> IO ()
    
    handle :: Ref Window -> Event -> IO (Either UnknownEvent ())
    
    hide :: Ref Window -> IO ()
    
    resize :: Ref Window -> Rectangle -> IO ()
    
    showWidget :: Ref Window -> IO ()
    

    Orphan instances

    impl ~ IO () => Op (Flush ()) Window orig impl Source # 
    Instance details

    Methods

    runOp :: Flush () -> orig -> Ref Window -> impl Source #

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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