fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.MenuPrim

Contents

Synopsis

    Hierarchy

    MenuPrim Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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