fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Progress

Contents

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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