aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-03-12 06:51:50 +0800
committerChris Lahey <clahey@src.gnome.org>2002-03-12 06:51:50 +0800
commite94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6 (patch)
tree0243389d5889b83af49e14b354cbb3c43d1bf2bd /widgets/table/e-table.h
parentb24b3e4ecdf17d041662d2dd71d084c63e8ab58d (diff)
downloadgsoc2013-evolution-e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6.tar
gsoc2013-evolution-e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6.tar.gz
gsoc2013-evolution-e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6.tar.bz2
gsoc2013-evolution-e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6.tar.lz
gsoc2013-evolution-e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6.tar.xz
gsoc2013-evolution-e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6.tar.zst
gsoc2013-evolution-e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6.zip
Added a pixbuf column type.
2002-03-11 Christopher James Lahey <clahey@ximian.com> * e-table-memory-store.c, e-table-memory-store.h (E_TABLE_MEMORY_STORE_PIXBUF): Added a pixbuf column type. * e-table-specification.c, e-table-specification.h: Added horizontal-resize attribute. * e-table.c, e-table.h: Handle horizontal_resize. svn path=/trunk/; revision=16108
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r--widgets/table/e-table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h
index 11e86e1903..c1cc971674 100644
--- a/widgets/table/e-table.h
+++ b/widgets/table/e-table.h
@@ -110,6 +110,7 @@ typedef struct {
guint row_selection_active : 1;
guint horizontal_scrolling : 1;
+ guint horizontal_resize : 1;
guint is_grouped : 1;