| 239 } |
239 } |
| 240 |
240 |
| 241 GtkWidget * |
241 GtkWidget * |
| 242 gaim_pixbuf_toolbar_button_from_stock(const char *icon) |
242 gaim_pixbuf_toolbar_button_from_stock(const char *icon) |
| 243 { |
243 { |
| 244 GtkWidget *button, *image, *bbox; |
244 GtkWidget *button, *image, *bbox; |
| 245 |
245 |
| 246 button = gtk_toggle_button_new(); |
246 button = gtk_toggle_button_new(); |
| 247 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
247 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 248 |
248 |
| 249 bbox = gtk_vbox_new(FALSE, 0); |
249 bbox = gtk_vbox_new(FALSE, 0); |