mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
Some clarification regarding modality. (#112903, Dave Bordoley)
2005-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdialog.c (gtk_dialog_run): Some clarification regarding modality. (#112903, Dave Bordoley)
This commit is contained in:
parent
fc45590f13
commit
31feb29bdf
@ -1,5 +1,8 @@
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdialog.c (gtk_dialog_run): Some clarification
|
||||
regarding modality. (#112903, Dave Bordoley)
|
||||
|
||||
* gtk/gtkfixed.c (gtk_fixed_set_has_window):
|
||||
Add a little motivation. (#145556, Tommi Komulainen)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdialog.c (gtk_dialog_run): Some clarification
|
||||
regarding modality. (#112903, Dave Bordoley)
|
||||
|
||||
* gtk/gtkfixed.c (gtk_fixed_set_has_window):
|
||||
Add a little motivation. (#145556, Tommi Komulainen)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdialog.c (gtk_dialog_run): Some clarification
|
||||
regarding modality. (#112903, Dave Bordoley)
|
||||
|
||||
* gtk/gtkfixed.c (gtk_fixed_set_has_window):
|
||||
Add a little motivation. (#145556, Tommi Komulainen)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdialog.c (gtk_dialog_run): Some clarification
|
||||
regarding modality. (#112903, Dave Bordoley)
|
||||
|
||||
* gtk/gtkfixed.c (gtk_fixed_set_has_window):
|
||||
Add a little motivation. (#145556, Tommi Komulainen)
|
||||
|
||||
|
@ -967,6 +967,12 @@ run_destroy_handler (GtkDialog *dialog, gpointer data)
|
||||
* gtk_widget_destroy (dialog);
|
||||
* </programlisting></informalexample>
|
||||
*
|
||||
* Note that even though the recursive main loop gives the effect of a
|
||||
* modal dialog (it prevents the user from interacting with other
|
||||
* windows while the dialog is run), callbacks such as timeouts,
|
||||
* IO channel watches, DND drops, etc, <emphasis>will</emphasis> be
|
||||
* triggered during a gtk_dialog_run() call.
|
||||
*
|
||||
* Return value: response ID
|
||||
**/
|
||||
gint
|
||||
|
Loading…
Reference in New Issue
Block a user