summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTim Janik <timj@gimp.org>1998-03-12 21:54:39 +0000
committerTim Janik <timj@src.gnome.org>1998-03-12 21:54:39 +0000
commit96a74359119261e05cb56d00a9d21cf753aba53f (patch)
treea5cbdc3ab7ef8bdd7dc769422ba854a985325d6a /ChangeLog.pre-2-4
parent7c698ad46cf7362d8c50dbd4a2f4280ce99e0f66 (diff)
downloadgdk-pixbuf-96a74359119261e05cb56d00a9d21cf753aba53f.tar.gz
return TRUE for GtkWidget::delete_event to avoid destruction of our float
Thu Mar 12 20:17:47 1998 Tim Janik <timj@gimp.org> * gtk/gtkhandlebox.c (gtk_handle_box_delete_float): return TRUE for GtkWidget::delete_event to avoid destruction of our float window. * gtk/gtkmain.c (gtk_main_iteration_do): GDK_DELETE will destroy a widget if the last handler returned FALSE or there was none connected. * gtk/testgtk.c: adapted all delete_event/destroy case that were affected. * gtk/gtkwidget.c (gtk_widget_delete_hides): new function that will hide a widget and return TRUE to avoid window deletion if connected to GtkWIdget::delete_event.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-414
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 788e12c21..0cc00e8ff 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,17 @@
+Thu Mar 12 20:17:47 1998 Tim Janik <timj@gimp.org>
+
+ * gtk/gtkhandlebox.c (gtk_handle_box_delete_float): return TRUE for
+ GtkWidget::delete_event to avoid destruction of our float window.
+
+ * gtk/gtkmain.c (gtk_main_iteration_do): GDK_DELETE will destroy a
+ widget if the last handler returned FALSE or there was none connected.
+
+ * gtk/testgtk.c: adapted all delete_event/destroy case that were affected.
+
+ * gtk/gtkwidget.c (gtk_widget_delete_hides): new function that will hide
+ a widget and return TRUE to avoid window deletion if
+ connected to GtkWIdget::delete_event.
+
Thu Mar 12 11:51:33 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* docs/gtk.texi: Changed name of GTK to the GIMP Toolkit