diff options
author | Federico Mena <federico@bananoid.nuclecu.unam.mx> | 1998-01-16 19:01:56 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-01-16 19:01:56 +0000 |
commit | 582a3f433c7b1fd1940cb273b522da39931fb9a8 (patch) | |
tree | 0905509128f54c8ea60bb781a60a33656bb81f77 /ChangeLog.pre-2-6 | |
parent | 97f11c694c2f9e43a26dc733c18a19a3c12173fa (diff) | |
download | gtk+-582a3f433c7b1fd1940cb273b522da39931fb9a8.tar.gz |
Lots of changes all over the place. Now the widget has two windows. The
Fri Jan 16 00:36:31 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx>
* gtk/gtkhandlebox.c: Lots of changes all over the place. Now the
widget has two windows. The steady_window stays put in the parent
container, and the widget->window is the one that gets
reparented. Now that window is transient, in compliance with the
ICCCM, instead of an OverrideRedirect window.
We have two windows so that we can properly receive Expose events
for the thin 3D line that marks the place where the handlebox is
docked.
* gtk/gtkhandlebox.h (struct _GtkHandleBox): Added fields for
dragging (mouse position information). Added fleur_cursor so that
we look pretty. Added steady_window field; it is the window that
actually stays on the parent (widget->window is the one that gets
reparented).
Owen, this is the version with the two X calls in gtkhandlebox.c.
I'll do as you say; either we can add new calls to Gdk, or I can
modify the handle box code to use a separate GtkWindow and reparent
the child into that.
- Federico
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index bf77dd88c7..bc927c7e41 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,21 @@ +Fri Jan 16 00:36:31 1998 Federico Mena <federico@bananoid.nuclecu.unam.mx> + + * gtk/gtkhandlebox.c: Lots of changes all over the place. Now the + widget has two windows. The steady_window stays put in the parent + container, and the widget->window is the one that gets + reparented. Now that window is transient, in compliance with the + ICCCM, instead of an OverrideRedirect window. + + We have two windows so that we can properly receive Expose events + for the thin 3D line that marks the place where the handlebox is + docked. + + * gtk/gtkhandlebox.h (struct _GtkHandleBox): Added fields for + dragging (mouse position information). Added fleur_cursor so that + we look pretty. Added steady_window field; it is the window that + actually stays on the parent (widget->window is the one that gets + reparented). + Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> * gtk/gtkclist.c (gtk_clist_set_column_width): Call |