Re: GtkFileChooserButton on grabbed windows

2006-05-10 Thread Yeti
On Wed, May 10, 2006 at 05:09:53PM +0200, Francesco Montorsi wrote: > I'm using GtkFileChooserButton and I've found that if I call > gtk_grab_add on the toplevel window containing that button, then the > dialog shown by the button will be un-responsive while the main window > will continue to

GtkFileChooserButton on grabbed windows

2006-05-10 Thread Francesco Montorsi
Hi, I'm using GtkFileChooserButton and I've found that if I call gtk_grab_add on the toplevel window containing that button, then the dialog shown by the button will be un-responsive while the main window will continue to handle user events (i.e. the dialog created by the dialog is not modal