On Tue, Jul 30, 2002 at 06:31:04PM -0400, James Fraumeni wrote: > gtk.Toolbar only allows all of the buttons to be crunched together, you > can't have some left-justified and some right-justified. Trying to add > one large space in the middle also doesn't work since gtk.Toolbar makes > all of the buttons in it the same width.
gtk.Toolbar isn't what you want. You want gtk.HButtonBox Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
