comparison 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
comparison
equal deleted inserted replaced
14090:983fbec46eb0 14091:ae4cbed1b309
83 83
84 GList *gnt_tree_get_selection_text_list(GntTree *tree); 84 GList *gnt_tree_get_selection_text_list(GntTree *tree);
85 85
86 void gnt_tree_remove(GntTree *tree, gpointer key); 86 void gnt_tree_remove(GntTree *tree, gpointer key);
87 87
88 void gnt_tree_remove_all(GntTree *tree);
89
88 /* Returns the visible line number of the selected row */ 90 /* Returns the visible line number of the selected row */
89 int gnt_tree_get_selection_visible_line(GntTree *tree); 91 int gnt_tree_get_selection_visible_line(GntTree *tree);
90 92
91 void gnt_tree_change_text(GntTree *tree, gpointer key, int colno, const char *text); 93 void gnt_tree_change_text(GntTree *tree, gpointer key, int colno, const char *text);
92 94