| 95 gboolean editor_visible; |
95 gboolean editor_visible; |
| 96 GtkWidget *editor; |
96 GtkWidget *editor; |
| 97 GtkWidget *input; |
97 GtkWidget *input; |
| 98 GtkTextBuffer *buffer; |
98 GtkTextBuffer *buffer; |
| 99 |
99 |
| 100 PurpleImage *buddy_icon_img; |
|
| 101 GdkPixbuf *buddy_icon; |
|
| 102 GdkPixbuf *buddy_icon_hover; |
|
| 103 GtkFileChooserNative *buddy_icon_sel; |
|
| 104 GtkWidget *icon; |
|
| 105 GtkWidget *icon_box; |
|
| 106 GtkWidget *icon_box_menu; |
|
| 107 GdkCursor *hand_cursor; |
100 GdkCursor *hand_cursor; |
| 108 GdkCursor *arrow_cursor; |
101 GdkCursor *arrow_cursor; |
| 109 int icon_size; |
102 int icon_size; |
| 110 gboolean icon_opaque; |
103 gboolean icon_opaque; |
| 111 |
104 |
| 180 pidgin_status_box_set_connecting(PidginStatusBox *status_box, gboolean connecting); |
173 pidgin_status_box_set_connecting(PidginStatusBox *status_box, gboolean connecting); |
| 181 |
174 |
| 182 void |
175 void |
| 183 pidgin_status_box_pulse_connecting(PidginStatusBox *status_box); |
176 pidgin_status_box_pulse_connecting(PidginStatusBox *status_box); |
| 184 |
177 |
| 185 void |
|
| 186 pidgin_status_box_set_buddy_icon(PidginStatusBox *status_box, PurpleImage *img); |
|
| 187 |
|
| 188 char *pidgin_status_box_get_message(PidginStatusBox *status_box); |
178 char *pidgin_status_box_get_message(PidginStatusBox *status_box); |
| 189 |
179 |
| 190 G_END_DECLS |
180 G_END_DECLS |
| 191 |
181 |
| 192 #endif /* __GTK_PIDGIN_STATUS_COMBO_BOX_H__ */ |
182 #endif /* __GTK_PIDGIN_STATUS_COMBO_BOX_H__ */ |