Hi,

Using the "run" method makes it block the program flow, if you want a dialog to 
be non-modal, just use the "show" method (at the end the Dialog is a subclass 
of gtk.Window).

Cheers.

On May 20, 2013, at 2:51 PM, Skip Montanaro <s...@pobox.com> wrote:

> If I want a dialog to be non-modal, I can't use its run() method, is
> that true?  I have a dialog which is defined in Glade to be non-modal,
> but calling its run() method sure makes it seem modal to me.
> 
> Thx,
> 
> Skip
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/

Marco Antonio Islas Cruz
mar...@islascruz.org



_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to