[Tutor] Creating Tkinter Menubars

John Fouhy john at fouhy.net
Wed Nov 16 22:32:49 CET 2005


On 17/11/05, Alan Gauld <alan.gauld at freenet.co.uk> wrote:
> At a guess you forgot to pack() the menu? Thats usually whats wrong
> when widgets fail to appear as expected! :-)

You don't pack() menus --- you attach them to a Tk() or a Toplevel()
by calling .config() with the menu= option (like in Michael's post,
which also works for me).

...wait, hang on.  I don't own a Mac, but isn't the standard for
Macintoshes to stick the menu bar along the top of the screen? Is it
appearing up there instead?

--
John.


More information about the Tutor mailing list