Re: [pygtk] gtk.Window act as gtk.Dialog

2011-07-19 Thread Tim Evans
On 2011-07-18 04:13, Mauro Giacomini wrote: Hi, I have one question. Is it possible to make a gtk.Window act as a gtk.Dialog? I am in this situation: In my app I have one gtk.Window (the main window); in this windows I open a second Window where I collect input from the user. I made this second w

[pygtk] gtk.Window act as gtk.Dialog

2011-07-17 Thread Mauro Giacomini
Hi, I have one question. Is it possible to make a gtk.Window act as a gtk.Dialog? I am in this situation: In my app I have one gtk.Window (the main window); in this windows I open a second Window where I collect input from the user. I made this second window modal and set transient for parent (ma