summaryrefslogtreecommitdiff
path: root/gtk/gtktable.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-08-04 14:55:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-08-04 14:55:04 +0000
commit790a6ae5b2db1b946cc6e6cc60499177f767ad9f (patch)
tree2dd9186d42570fbb631b3385ccfa462db76bbd4d /gtk/gtktable.h
parentfb8cd9520f5194d22953a4105be6d659c8b5044c (diff)
downloadgtk+-790a6ae5b2db1b946cc6e6cc60499177f767ad9f.tar.gz
Empty rows/columns of the table should not have been marked as being able
Tue Aug 4 10:59:19 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtktable.[ch]: Empty rows/columns of the table should not have been marked as being able to shrink. (Fixes prorlem with shrinking scrollbarless GIMP canvases)
Diffstat (limited to 'gtk/gtktable.h')
-rw-r--r--gtk/gtktable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktable.h b/gtk/gtktable.h
index 2c3d905911..e4234853ff 100644
--- a/gtk/gtktable.h
+++ b/gtk/gtktable.h
@@ -87,6 +87,7 @@ struct _GtkTableRowCol
guint need_shrink : 1;
guint expand : 1;
guint shrink : 1;
+ guint empty : 1;
};