summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-16 04:29:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-16 04:29:00 +0000
commitfd2c0c5651ced62c6c235629ee0dcc9cb5d154f2 (patch)
tree2ddfacf5cbeeec1684bb3ba1d6ca56a6ab309d36 /gtk/gtkpaned.h
parent3a5883b7e4a5a6a8d46bbc7ef277e711b6555b26 (diff)
downloadgtk+-fd2c0c5651ced62c6c235629ee0dcc9cb5d154f2.tar.gz
When setting styles, remove unecessary explicits draws and clears.
Fri Feb 12 15:47:20 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkcalender.c gtk/gtkentry.c gtk/gtkhandlebox.c gtk/gtknotebook.c gtk/gtktext.c gtk/gtkviewport.c gtk/gtkwidget.c: When setting styles, remove unecessary explicits draws and clears. * gtk/gtkrange.c: Ugly fix so the steps get the correct background.
Diffstat (limited to 'gtk/gtkpaned.h')
-rw-r--r--gtk/gtkpaned.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h
index 9ed9054b49..ae8f8443cb 100644
--- a/gtk/gtkpaned.h
+++ b/gtk/gtkpaned.h
@@ -49,10 +49,12 @@ struct _GtkPaned
GdkWindow *handle;
GdkRectangle groove_rectangle;
GdkGC *xor_gc;
-
+
+ /*< public >*/
guint16 handle_size;
guint16 gutter_size;
-
+
+ /*< private >*/
gint child1_size;
gint last_allocation;
gint min_position;