1tk_menuBar(n)                Tk Built-In Commands                tk_menuBar(n)
2
3
4
5______________________________________________________________________________
6

NAME

8       tk_menuBar, tk_bindForTraversal - Obsolete support for menu bars
9

SYNOPSIS

11       tk_menuBar frame ?menu menu ...?
12
13       tk_bindForTraversal arg arg ...
14_________________________________________________________________
15
16

DESCRIPTION

18       These  procedures were used in Tk 3.6 and earlier releases to help man‐
19       age pulldown menus and to implement keyboard traversal of menus.  In Tk
20       4.0 and later releases they are no longer needed.  Stubs for these pro‐
21       cedures have been retained for backward compatibility, but they have no
22       effect.   You  should  remove calls to these procedures from your code,
23       since eventually the procedures will go away.
24
25       From Tk 8.0 onwards, you should instead construct  your  menubar  as  a
26       normal menu and then attach it to the toplevel of your choice using the
27       -menu option of that widget.
28
29

SEE ALSO

31       menu(n), toplevel(n)
32
33

KEYWORDS

35       keyboard traversal, menu, menu bar, post
36
37
38
39Tk                                                               tk_menuBar(n)
Impressum