fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.MenuBar

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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