That was something I've been checking out as well (with VBox, HBox and
Event Box). It doesn't feel right, and I was more looking for best
practice from the people who know them.

By the way, my problem was solved by changing the structure of the my
class. I was using autoconnect in my callbacks.

Great support guys!!

-- Pierre


On Thu, 2004-01-15 at 16:47, Stephen Kennedy wrote:
> > I'm working on a stacked windows app, and I'm wondering how I shoud
> > proceed. I tried to create a class and a .py file for each window, I
> > tried to centralise everything in one file and one class using
> > window.hide() and window.show() but it gets slower and slower the more I
> > use it. Should I use just one window and show() hide() all the widgets
> > inside it?
> 
> This is what gtkNotebook was made for. Just set it to hide the tabs and
> it will take care of hiding/showing for you.
> 
> Stephen.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to