fltkhs-0.8.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.LightButton

Contents

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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