Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

tk_menuBar, tk_bindForTraversal - Obsolete support for menu bars

Description

       These  procedures were used in Tk 3.6 and earlier releases to help manage pulldown menus and to implement
       keyboard traversal 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 menubar as a normal menu and then attach it to the
       toplevel of your choice using the -menu option of that widget.

Keywords

       keyboard traversal, menu, menu bar, post

Tk                                                                                               tk_menuBar(3tk)

Name

       tk_menuBar, tk_bindForTraversal - Obsolete support for menu bars

See Also

menu(3tk), toplevel(3tk)

Synopsis

tk_menuBarframe ?menumenu...?

       tk_bindForTraversalargarg...
________________________________________________________________________________________________________________

See Also