diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-03-12 06:51:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-03-12 06:51:50 +0800 |
commit | e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6 (patch) | |
tree | 0243389d5889b83af49e14b354cbb3c43d1bf2bd /widgets/table/e-table-specification.h | |
parent | b24b3e4ecdf17d041662d2dd71d084c63e8ab58d (diff) | |
download | gsoc2013-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-specification.h')
-rw-r--r-- | widgets/table/e-table-specification.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h index 0a9a9df1b9..35425fe0af 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -55,6 +55,7 @@ typedef struct { guint vertical_draw_grid : 1; guint draw_focus : 1; guint horizontal_scrolling : 1; + guint horizontal_resize : 1; guint allow_grouping : 1; GtkSelectionMode selection_mode; ECursorMode cursor_mode; |