Guenther Sohler wrote:

> Whats the right solution ?
>From the GUI design pov it's NOT to use modal dialogs at all. Your
program should be a single window - so you avoid "smart" users that
successfully "hide" the dialog and then call you saying that the program
is stuck! A GtkNotebook w/o tabs as the top level widget, just inside
the GtkWindow, is what I'd suggest (and it's what drastically reduced
num of calls for help :-) ).
If you really want to use pop-up modal windows, or there's no way to get
rid of'em (e.g. if you're using gnome fileselector), you could
gtk_set_sensitive(GTK_WIDGET(main_win), FALSE) so that no widget in the
main win can be activated.

BYtE,
 Diego.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to