On Fri, Dec 19, 2003 at 03:45:56PM -0600, John Hunter wrote: > When I add a status bar to a toolbar, the message is clipped.
Obvious question is "why do you want to do that"? I'm not sure how Toolbar expansion works, but I recall having similar problems back in 1.2-land. Doesn't the toolbar try and make all its contained widgets the same width? You could just try skipping the issue and using an HBox to store two widgets: your toolbar and your statusbar. I still think you should use a label instead of a statusbar, though :-) Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
