Re: [gtk-list] Modality
- From: Lee Mallabone <lee0 callnetuk com>
- To: gtk-list <gtk-list redhat com>
- Subject: Re: [gtk-list] Modality
- Date: Wed, 11 Aug 1999 12:46:23 +0100
Timothy M. Shead wrote:
> I'm trying to understand how to create a modal dialog ... it was my
> understanding that this was done with gtk_grab_add():
Have you tried:
gtk_window_set_modal (GtkWindow *window, gboolean modal);
to set/unset modality of any widget that can be cast to a GtkWindow.
Seems to do the trick just fine here.
http://www.gtk.org/rdp/ always holds the latest Gtk+ API docs btw...
Regards,
--
Lee.
http://atlas.cs.york.ac.uk/~lrpm100/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]