aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-01-31 16:38:03 +0800
committerChris Lahey <clahey@src.gnome.org>2002-01-31 16:38:03 +0800
commit6d22aa7bd1818288f4428398d1268102f615c5c7 (patch)
tree9eb7fc1ba4a567d4184080e5b7f877d831261356 /widgets/table/e-tree.h
parente2defdb06fc9bf7a73bb5ec0d4abcfd2c71a658d (diff)
downloadgsoc2013-evolution-6d22aa7bd1818288f4428398d1268102f615c5c7.tar
gsoc2013-evolution-6d22aa7bd1818288f4428398d1268102f615c5c7.tar.gz
gsoc2013-evolution-6d22aa7bd1818288f4428398d1268102f615c5c7.tar.bz2
gsoc2013-evolution-6d22aa7bd1818288f4428398d1268102f615c5c7.tar.lz
gsoc2013-evolution-6d22aa7bd1818288f4428398d1268102f615c5c7.tar.xz
gsoc2013-evolution-6d22aa7bd1818288f4428398d1268102f615c5c7.tar.zst
gsoc2013-evolution-6d22aa7bd1818288f4428398d1268102f615c5c7.zip
Added this simple accessor function.
2002-01-31 Christopher James Lahey <clahey@ximian.com> * e-tree-selection-model.c, e-tree-selection-model.h (e_tree_selection_model_get_cursor): Added this simple accessor function. * e-tree.c, e-tree.h (e_tree_find_next): Searches from the cursor given the search parameters and moves the cursor if it ever matches. svn path=/trunk/; revision=15537
Diffstat (limited to 'widgets/table/e-tree.h')
-rw-r--r--widgets/table/e-tree.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h
index ccd899ece4..f42e22eb87 100644
--- a/widgets/table/e-tree.h
+++ b/widgets/table/e-tree.h
@@ -281,10 +281,16 @@ void e_tree_load_expanded_state (ETree *et,
char *filename);
int e_tree_row_count (ETree *et);
GtkWidget *e_tree_get_tooltip (ETree *et);
+gboolean e_tree_find_next (ETree *et,
+ gboolean forward_direction,
+ gboolean wrap,
+ ETreePathFunc func,
+ gpointer data);
/* This function is only needed in single_selection_mode. */
void e_tree_right_click_up (ETree *et);
+
END_GNOME_DECLS
#endif /* _E_TREE_H_ */