diff console/libgnt/gnttree.h @ 14616:f1f1dcb26d89

[gaim-migrate @ 17344] Add a barebone menu in the buddylist for account actions. (Press Ctrl+o) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 24 Sep 2006 17:07:38 +0000
parents 62bb53609a36
children b15c2eaeb67f
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sun Sep 24 16:35:31 2006 +0000
+++ b/console/libgnt/gnttree.h	Sun Sep 24 17:07:38 2006 +0000
@@ -123,6 +123,9 @@
 
 void gnt_tree_set_show_separator(GntTree *tree, gboolean set);
 
+/* This will try to automatically adjust the width of the columns in the tree */
+void gnt_tree_adjust_columns(GntTree *tree);
+
 G_END_DECLS
 
 /* The following functions should NOT be used by applications. */