fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Tree

Contents

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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