manpagez: man pages & more
man menubar(n)
Home | html | info | man
menubar(n)                Tk Built-In Commands                menubar(n)




NAME

       tk_menuBar, tk_bindForTraversal - Obsolete support for menu bars


SYNOPSIS

       tk_menuBar frame ?menu menu ...?

       tk_bindForTraversal arg arg ...


DESCRIPTION

       These  procedures were used in Tk 3.6 and earlier releases to help man-
       age pulldown menus and to implement keyboard traversal of menus.  In Tk
       4.0 and later releases they are no longer needed.  Stubs for these pro-
       cedures have been retained for backward compatibility, but they have no
       effect.   You  should  remove calls to these procedures from your code,
       since eventually the procedures will go away.

       From Tk 8.0 onwards, you should instead construct  your  menubar  as  a
       normal menu and then attach it to the toplevel of your choice using the
       -menu option of that widget.


SEE ALSO

       menu(n), toplevel(n)


KEYWORDS

       keyboard traversal, menu, menu bar, post



Tk                                                               menubar(n)

tk 8.6.0 - Generated Sun Jan 20 14:52:58 CST 2013
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.