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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table.h') diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index be2942a751..03539ebc65 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -87,6 +87,8 @@ typedef struct { guint scroll_down : 1; guint do_drag : 1; + + guint uniform_row_height : 1; char *click_to_add_message; GnomeCanvasItem *click_to_add; -- cgit v1.2.3