diff src/gtklist.h @ 4725:fd44726a527f

[gaim-migrate @ 5038] Hiding/showing columns instead of just putting stuff in them or not. This is more good than before and it will be faster and the idle time will be on the right. i go to sleep now bed. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 12 Mar 2003 12:35:02 +0000
parents b9e7ccf21f9c
children 751c37a940dd
line wrap: on
line diff
--- a/src/gtklist.h	Wed Mar 12 11:37:31 2003 +0000
+++ b/src/gtklist.h	Wed Mar 12 12:35:02 2003 +0000
@@ -51,7 +51,11 @@
 
 	GtkWidget *treeview;            /**< It's a treeview... d'uh. */
 	GtkTreeStore *treemodel;        /**< This is the treemodel.  */
-			
+		
+	GtkTreeViewColumn *idle_column, 
+		*warning_column, 
+		*buddy_icon_column;
+	
 	GtkWidget *bbox;                /**< A Button Box. */
 
 	guint      timeout;              /**< The timeout for the tooltip. */
@@ -113,4 +117,6 @@
 void gaim_gtk_blist_docklet_toggle();
 void gaim_gtk_blist_docklet_add();
 void gaim_gtk_blist_docklet_remove();
+void gaim_gtk_blist_update_colums();
+
 #endif /* _GAIM_GTK_LIST_H_ */