comparison pidgin/gtkstatusbox.h @ 15675:9195abe409de

throbber for a connecting icon
author Sean Egan <seanegan@gmail.com>
date Thu, 22 Feb 2007 19:46:47 +0000
parents 603488306e23
children 32c366eeeb99
comparison
equal deleted inserted replaced
15674:0167746ca43e 15675:9195abe409de
106 GtkCellRenderer *icon_rend; 106 GtkCellRenderer *icon_rend;
107 GtkCellRenderer *text_rend; 107 GtkCellRenderer *text_rend;
108 108
109 GdkPixbuf *error_pixbuf; 109 GdkPixbuf *error_pixbuf;
110 int connecting_index; 110 int connecting_index;
111 GdkPixbuf *connecting_pixbufs[4]; 111 GdkPixbuf *connecting_pixbufs[9];
112 int typing_index; 112 int typing_index;
113 GdkPixbuf *typing_pixbufs[6]; 113 GdkPixbuf *typing_pixbufs[6];
114 114
115 gboolean network_available; 115 gboolean network_available;
116 gboolean connecting; 116 gboolean connecting;