The Tcl/Tk menubar library module has the file name menubar.tcl. This module contains a procedure that will create a base menu bar in an application.
Here is a list of procedures in the this module:
No other modules are required with this module.
This module does not require any definition files.
Declaration : proc createmenubar {toplevel menubar} Parameters : Name : toplevel Type : toplevel widget Description : name of toplevel widget Name : menubar Type : string Description : name of the new base menu bar
This procedure will create a base menu bar. The method used to create the menu bar is based on the version of Tk that is running.