fltkhs-0.8.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Adjuster

Contents

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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