From e94b86c4b5d7fa2d431d2dbbca0c29ef5e48a7e6 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 11 Mar 2002 22:51:50 +0000 Subject: Added a pixbuf column type. 2002-03-11 Christopher James Lahey * 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 --- widgets/table/e-table-specification.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-specification.h') 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; -- cgit v1.2.3