tk_menuBar(n) Tk Built-In Commands tk_menuBar(n) ______________________________________________________________________________ NAME tk_menuBar, tk_bindForTraversal - Obsolete support for menu(3x,n,n tk_menuSetFocus) bars SYNOPSIS tk_menuBar frame ?menu(3x,n,n tk_menuSetFocus) menu(3x,n,n tk_menuSetFocus) ...? tk_bindForTraversal arg arg ... _________________________________________________________________ DESCRIPTION These procedures were used in(1,8) 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. KEYWORDS keyboard traversal, menu(3x,n,n tk_menuSetFocus), menu(3x,n,n tk_menuSetFocus) bar, post Tk tk_menuBar(n)