Hi,

Am Dienstag, den 22.11.2005, 14:37 -0500 schrieb Thierry Lam:
>  
> 
> Does anyone know how to set modal to True for Gtk::FileChooserDialog?

Usually you just use a modal event loop:

dialog = gtk.FileChooserDialog()
answer = dialog.run() # hangs around until dialog is closed
del dialog
> 
>  
> 
> Thanks
> 
> Thierry

cheers,
   Danny
> 

> 

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

Reply via email to