diff console/libgnt/gnttree.h @ 14091:ae4cbed1b309

[gaim-migrate @ 16715] Add support for tab-completion and save-history in GntEntry. Also, the keyboard-commands should now work for Xterms. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 12 Aug 2006 10:27:29 +0000
parents c5bfede33622
children eaf7f35635bc
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sat Aug 12 10:20:19 2006 +0000
+++ b/console/libgnt/gnttree.h	Sat Aug 12 10:27:29 2006 +0000
@@ -85,6 +85,8 @@
 
 void gnt_tree_remove(GntTree *tree, gpointer key);
 
+void gnt_tree_remove_all(GntTree *tree);
+
 /* Returns the visible line number of the selected row */
 int gnt_tree_get_selection_visible_line(GntTree *tree);