summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-03 17:40:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-03 17:40:36 +0000
commit31feb29bdf6b323516d57ecd4fdb4def72e5dbdd (patch)
tree4da9b0eb65e5e7a2312d52d875cc11372b9780cc
parentfc45590f13d93e3e3ad6e00345bf815da21d83b0 (diff)
downloadgdk-pixbuf-31feb29bdf6b323516d57ecd4fdb4def72e5dbdd.tar.gz
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)
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--ChangeLog.pre-2-63
-rw-r--r--ChangeLog.pre-2-83
-rw-r--r--gtk/gtkdialog.c6
5 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c11f9367..2fe7e7f1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8c11f9367..2fe7e7f1c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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)
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 8c11f9367..2fe7e7f1c 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 8c11f9367..2fe7e7f1c 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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)
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 13c1530d6..e0effeea8 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -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