Tk Built-In Commands tk_menuBar(1T)
_________________________________________________________________
NAME
tk_menuBar, tk_bindForTraversal - Obsolete support for menu
barsSYNOPSIS
tk_menuBar frame ?menu menu ...?
tk_bindForTraversal arg arg ...
_________________________________________________________________
DESCRIPTION
These procedures were used in Tk 3.6 and earlier releases tohelp manage pulldown menus and to implement keyboard traver-
sal of menus. In Tk 4.0 and later releases they are no longer needed. Stubs for these procedures 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 menu-
bar as a normal menu and then attach it to the toplevel ofyour choice using the -menu option of that widget.
SEE ALSO
menu(1T), toplevel(1T) KEYWORDS keyboard traversal, menu, menu bar, postATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | runtime/tk-8 |
|____________________|__________________|_
| Interface Stability| Uncommitted ||____________________|_________________|
NOTES Source for Tk is available on http://opensolaris.org. Tk Last change: 1