fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.FileBrowser

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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