From eb5dc08dc91a593357a6c1b1db98fac8cdb1662e Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 1 May 2000 04:01:05 +0000 Subject: Made this more reentrant. 2000-04-30 Christopher James Lahey * e-table-header-item.c: Made this more reentrant. * e-table-sorted-variable.c, e-table-sorted-variable.h: Does a proper resort when the sorting info changes. * e-table.c, e-table.h: Made it so that ETable doesn't destroy and recreate the entire table when sorting info changes. svn path=/trunk/; revision=2704 --- widgets/table/e-table.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'widgets/table/e-table.h') diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 61fc5a41ae..35b9cd0002 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -33,7 +33,6 @@ typedef struct { int table_row_change_id; int table_cell_change_id; - int sort_info_change_id; int group_info_change_id; GnomeCanvas *header_canvas, *table_canvas; @@ -78,6 +77,9 @@ GtkWidget *e_table_new_from_spec_file (ETableHeader *full_header, gchar *e_table_get_specification (ETable *e_table); void e_table_save_specification (ETable *e_table, gchar *filename); +void e_table_select_row (ETable *e_table, + int row); + END_GNOME_DECLS #endif /* _E_TABLE_H_ */ -- cgit v1.2.3