diff src/gtkstatusbox.h @ 11499:6f9fc83ee25c

[gaim-migrate @ 13744] add an account property to the status selector widget. Hopefully I did this right, its been a while. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 10 Sep 2005 21:52:51 +0000
parents a7486f12e56f
children 3a05b53a589e
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Sat Sep 10 21:10:39 2005 +0000
+++ b/src/gtkstatusbox.h	Sat Sep 10 21:52:51 2005 +0000
@@ -29,6 +29,7 @@
 
 #include <gtk/gtk.h>
 #include "gtkimhtml.h"
+#include "account.h"
 #include <gtk/gtktreemodel.h>
 #include <gtk/gtktreeview.h>
 #if !GTK_CHECK_VERSION(2,6,0)
@@ -59,6 +60,8 @@
 	GtkListStore *store;
 	GtkListStore *dropdown_store;
 
+	GaimAccount *account;
+
 	GtkWidget *vbox, *sw;
 	GtkWidget *imhtml;
 	gboolean imhtml_visible;
@@ -101,6 +104,7 @@
 
 GType         gtk_gaim_status_box_get_type         (void) G_GNUC_CONST;
 GtkWidget    *gtk_gaim_status_box_new              (void);
+GtkWidget    *gtk_gaim_status_box_new_with_account (GaimAccount *);
 
 void
 gtk_gaim_status_box_add(GtkGaimStatusBox *status_box, GdkPixbuf *pixbuf, const char *text, const char *sec_text, char *edit);