fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.ReturnButton

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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