fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Button

Contents

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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