diff src/gtkstatusbox.h @ 12262:6e55515e4b39

[gaim-migrate @ 14564] This is what a statusbox should look like. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 29 Nov 2005 23:34:19 +0000
parents f30a6ad84aff
children f1515af27443
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Tue Nov 29 23:31:40 2005 +0000
+++ b/src/gtkstatusbox.h	Tue Nov 29 23:34:19 2005 +0000
@@ -85,7 +85,6 @@
 
 	GtkWidget *vbox, *sw;
 	GtkWidget *imhtml;
-	GtkWidget *event;
 	gboolean imhtml_visible;
 
 	GtkWidget *cell_view;
@@ -109,6 +108,12 @@
 	char *error;
 
 	gulong status_changed_signal;
+	
+	/* Widgets for renderin' */
+	GtkWidget *hbox;
+	GtkWidget *toggle_button;
+	GtkWidget *vsep;
+	GtkWidget *arrow;
 };
 
 struct _GtkGaimStatusBoxClass