diff console/libgnt/gnttree.h @ 13935:cd2da4b079cf

[gaim-migrate @ 16466] New widget GntComboBox. I have addde a test file as an example as well. Rename gntutils.* to gntmarshal.* I am going to have some util-functions in gntutils.* later. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 23:58:20 +0000
parents 917a71dd02eb
children 841a5ffbfee4
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sat Jul 08 19:06:59 2006 +0000
+++ b/console/libgnt/gnttree.h	Sat Jul 08 23:58:20 2006 +0000
@@ -67,6 +67,8 @@
 
 gpointer gnt_tree_get_selection_data(GntTree *tree);
 
+const char *gnt_tree_get_selection_text(GntTree *tree);
+
 void gnt_tree_remove(GntTree *tree, gpointer key);
 
 /* Returns the visible line number of the selected row */