From 6fa46ef11d80a615733338bfe1f76acaef5eab48 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 27 Jun 2001 21:11:34 +0000 Subject: Bump version number due to incompatible changes in ETree. 2001-06-27 Peter Williams * configure.in: Bump version number due to incompatible changes in ETree. gal/e-table: 2001-06-27 Peter Williams * e-tree-selection-model.c (e_tree_selection_model_add_to_selection): New function, heavily based on select_single_row. * e-tree-selection-model.h: Added prototype; * e-tree.c (e_tree_get_model): New accessor function. (e_tree_get_selection_model): Same. (e_tree_selected_count, e_tree_select_all, e_tree_invert_select): Removed. With the accessors these become pointless. * e-tree.h: Prototype the functions above. Remove a few functions that don't make sense anymore. svn path=/trunk/; revision=10543 --- widgets/table/e-tree-selection-model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-tree-selection-model.h') diff --git a/widgets/table/e-tree-selection-model.h b/widgets/table/e-tree-selection-model.h index ffed337835..ae5fa9bd3e 100644 --- a/widgets/table/e-tree-selection-model.h +++ b/widgets/table/e-tree-selection-model.h @@ -41,6 +41,8 @@ void e_tree_selection_model_foreach (ETreeSelectionModel gpointer closure); void e_tree_selection_model_select_single_path (ETreeSelectionModel *etsm, ETreePath path); +void e_tree_selection_model_add_to_selection (ETreeSelectionModel *etsm, + ETreePath path); void e_tree_selection_model_change_cursor (ETreeSelectionModel *etsm, ETreePath path); -- cgit