diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-11-24 19:33:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-11-24 19:33:01 +0000 |
commit | a425e6b5c21e4cfebc6c9aa0b7c5cd277face8a6 (patch) | |
tree | d45ff060a570f445757fb038666ca62f8ebcc8cd /gtk/gtklayout.h | |
parent | 1bb0d4c0f32d8cda26207a7c2048d647211f3340 (diff) | |
download | gtk+-a425e6b5c21e4cfebc6c9aa0b7c5cd277face8a6.tar.gz |
Edited section on the ScrolledWindow.
Tue Nov 24 11:31:06 1998 Owen Taylor <otaylor@redhat.com>
* docs/Changes-1.2.txt: Edited section on the ScrolledWindow.
* gtk/gtklayout.c (gtk_layout_set_[hv]adjustment): Remove
some code duplication.
* gtk/gtklayout.[ch] Fixed mapping and unmapping of child windows
and child widgets when scrolling greater than 32k pixels.
* testgtk.c: Modified layout test to test scrolling over
long distances.
* gtk/gtkplug.c: Added a few blank lines.
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r-- | gtk/gtklayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h index 1e4298af56..0b8198fb1b 100644 --- a/gtk/gtklayout.h +++ b/gtk/gtklayout.h @@ -45,6 +45,7 @@ struct _GtkLayoutChild { GdkWindow *window; /* For NO_WINDOW widgets */ gint x; gint y; + gboolean mapped : 1; }; struct _GtkLayout { |