fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.FileInput

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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