From 9a92cc103a4cb253f7c9c86a2195ed6c01361e2d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 5 Oct 2001 13:27:03 +0000 Subject: Adapted height method to deal with a row of -1. 2001-10-05 Christopher James Lahey * e-cell-text, e-cell-pixbuf: Adapted height method to deal with a row of -1. * e-table-group-container.c, e-table-group-container.h, e-table-group-leaf.c, e-table-group-leaf.h, e-table-item.c, e-table-item.h, e-table.c, e-table.h, e-tree.c: Added "uniform_row_height" argument. svn path=/trunk/; revision=13440 --- widgets/table/e-table-group-container.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-group-container.h') diff --git a/widgets/table/e-table-group-container.h b/widgets/table/e-table-group-container.h index d7e314d517..e65f60fc6a 100644 --- a/widgets/table/e-table-group-container.h +++ b/widgets/table/e-table-group-container.h @@ -49,6 +49,7 @@ typedef struct { guint horizontal_draw_grid : 1; guint vertical_draw_grid : 1; guint draw_focus : 1; + guint uniform_row_height : 1; ECursorMode cursor_mode; /* -- cgit v1.2.3