diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-01-27 23:40:51 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-01-27 23:40:51 +0000 |
commit | 4cb6dec331641c742135dbf8d74c23825f07fee8 (patch) | |
tree | a62a972c5889bcaac14a453d107690e8613dc471 /gtk/gtktable.h | |
parent | d43c0de3f412bb8597799d9c85728595880356c3 (diff) | |
download | gtk+-4cb6dec331641c742135dbf8d74c23825f07fee8.tar.gz |
Tables autoresize now -miguel
Diffstat (limited to 'gtk/gtktable.h')
-rw-r--r-- | gtk/gtktable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktable.h b/gtk/gtktable.h index f144e78d26..afd2cd2bdc 100644 --- a/gtk/gtktable.h +++ b/gtk/gtktable.h @@ -47,7 +47,8 @@ struct _GtkTable GtkTableRowCol *cols; guint16 nrows; guint16 ncols; - + guint16 column_spacing; + guint16 row_spacing; guint homogeneous : 1; }; |