comparison src/conversation.c @ 795:b4071be71eb4

[gaim-migrate @ 805] Millions of pixmaps, Pixmaps For me Millions of pixmaps, Pixmaps for Free. Pixmaps come from a can They were put there by a man In the factory down town. And if I had my little old way I'd eat pixmaps everyday .... committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 29 Aug 2000 23:40:26 +0000
parents 9d5e7e987103
children 4783a3b6859d
comparison
equal deleted inserted replaced
794:80274f969a09 795:b4071be71eb4
1296 wood_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1296 wood_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1297 &win->style->white, bold_xpm ); 1297 &win->style->white, bold_xpm );
1298 wood_p = gtk_pixmap_new(wood_i, mask); 1298 wood_p = gtk_pixmap_new(wood_i, mask);
1299 gtk_widget_show(wood_p); 1299 gtk_widget_show(wood_p);
1300 speaker_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1300 speaker_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1301 &win->style->white, bold_xpm ); 1301 &win->style->white, speaker_xpm );
1302 speaker_p = gtk_pixmap_new(speaker_i, mask); 1302 speaker_p = gtk_pixmap_new(speaker_i, mask);
1303 gtk_widget_show(speaker_p); 1303 gtk_widget_show(speaker_p);
1304 c->makesound=1; 1304 c->makesound=1;
1305 strike_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1305 strike_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1306 &win->style->white, strike_xpm ); 1306 &win->style->white, strike_xpm );
1321 small_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1321 small_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1322 &win->style->white, small_xpm ); 1322 &win->style->white, small_xpm );
1323 small_p = gtk_pixmap_new(small_i, mask); 1323 small_p = gtk_pixmap_new(small_i, mask);
1324 gtk_widget_show(small_p); 1324 gtk_widget_show(small_p);
1325 normal_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1325 normal_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1326 &win->style->white, bold_xpm ); 1326 &win->style->white, normal_xpm );
1327 normal_p = gtk_pixmap_new(normal_i, mask); 1327 normal_p = gtk_pixmap_new(normal_i, mask);
1328 gtk_widget_show(normal_p); 1328 gtk_widget_show(normal_p);
1329 big_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1329 big_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1330 &win->style->white, big_xpm ); 1330 &win->style->white, big_xpm );
1331 big_p = gtk_pixmap_new(big_i, mask); 1331 big_p = gtk_pixmap_new(big_i, mask);