On 17/11/05, Alan Gauld <[EMAIL PROTECTED]> 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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to