diff src/gtkblist.h @ 11732:03c813a42c76

[gaim-migrate @ 14023] here's what iw as working on, with the bits that activiate it commented out. its not finished at all, but i'm tired of people breaking it ;) hopefully this will motivate me to finish it tonight/tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 Oct 2005 01:42:01 +0000
parents cae2fb7e8594
children b9b7a010b043
line wrap: on
line diff
--- a/src/gtkblist.h	Sun Oct 23 01:22:25 2005 +0000
+++ b/src/gtkblist.h	Sun Oct 23 01:42:01 2005 +0000
@@ -87,6 +87,8 @@
 
 	GaimBlistNode *selected_node;   /**< The currently selected node */
         GtkWidget *statusbox;            /**< The status selector dropdown */
+	GtkWidget *statusboxbox;       /**< A box to hold per account status boxes */
+	GList *statusboxes;            /**< A list of the per account status boxes */
 	GdkPixbuf *east, *south;                 /**< Drop shadow stuff */
 	GdkWindow *east_shadow, *south_shadow;   /**< Drop shadow stuff */
 
@@ -126,11 +128,11 @@
 
 /**
  * Returns the default gtk buddy list
- * 
+ *
  * There's normally only one buddy list window, but that isn't a necessity. This function
  * returns the GaimGtkBuddyList we're most likely wanting to work with. This is slightly
  * cleaner than an externed global.
- * 
+ *
  * @return The default GTK+ buddy list
  */
 GaimGtkBuddyList *gaim_gtk_blist_get_default_gtk_blist();