Re: Beginner GTK question

2007-03-28 Thread dashawn888
On Mar 25, 5:00 pm, Dave Cook <[EMAIL PROTECTED]> wrote: > On 2007-03-25, dashawn888 <[EMAIL PROTECTED]> wrote: > > > gui.py:79: GtkWarning: Quit: missing action > > menubar = uimanager.get_widget('/MenuBar') > > > > This should probably be action="Quit". > > Dave Cook

Re: Beginner GTK question

2007-03-25 Thread Dave Cook
On 2007-03-25, dashawn888 <[EMAIL PROTECTED]> wrote: > gui.py:79: GtkWarning: Quit: missing action > menubar = uimanager.get_widget('/MenuBar') > This should probably be action="Quit". Dave Cook -- http://mail.python.org/mailman/listinfo/python-list

Beginner GTK question

2007-03-25 Thread dashawn888
I have a simple page that I want to display a menu and toolbar. I have followed the tutorials and have made some customizations to the basic code snippet found at http://www.pygtk.org/pygtk2tutorial/examples/uimanager.py However my customized code does not display the menu bar. It displays the