[pygtk] Quickly open and colse a windows due to a .hide() at start

2009-09-03 Thread Alexandre González
Hi guys! I have an application that has two windows in the .glade: a main window and a help window. When I run the application, the two windows are showed, so I .hide() the help window... well.. here is the problem. Is It a good way to do it? In Ubuntu with gnome, (rox+xfce)... no problem! But

Re: [pygtk] Quickly open and colse a windows due to a .hide() at start

2009-09-03 Thread Timo
Alexandre González schreef: Hi guys! I have an application that has two windows in the .glade: a main window and a help window. When I run the application, the two windows are showed, so I .hide() the help window... well.. here is the problem. Is It a good way to do it? Why not set the

Re: [pygtk] Quickly open and colse a windows due to a .hide() at start

2009-09-03 Thread Alexandre González
Good! It's solved... sorry, this is a stupid question because I've used glade-3 since I develop python+pygtk, but this application is old and need glade-2 and I've never see this option so, I think that it isn't allowed in glade-2 ;) Thanks for a good answer to my stupid question ;D Álex González