1tk_menuBar(n) Tk Built-In Commands tk_menuBar(n)
2
3
4
5______________________________________________________________________________
6
8 tk_menuBar, tk_bindForTraversal - Obsolete support for menu bars
9
11 tk_menuBar frame ?menu menu ...?
12
13 tk_bindForTraversal arg arg ...
14______________________________________________________________________________
15
17 These procedures were used in Tk 3.6 and earlier releases to help man‐
18 age pulldown menus and to implement keyboard traversal of menus. In Tk
19 4.0 and later releases they are no longer needed. Stubs for these pro‐
20 cedures have been retained for backward compatibility, but they have no
21 effect. You should remove calls to these procedures from your code,
22 since eventually the procedures will go away.
23
24 From Tk 8.0 onwards, you should instead construct your menubar as a
25 normal menu and then attach it to the toplevel of your choice using the
26 -menu option of that widget.
27
29 menu(n), toplevel(n)
30
32 keyboard traversal, menu, menu bar, post
33
34
35
36Tk tk_menuBar(n)