comparison src/conversation.c @ 804:17def2bb9720

[gaim-migrate @ 814] 17:24:37 RobFlynn: Reformatted? 17:24:59 EWarmenhoven: well, "preferences" "plugins" and "perl". one of these things is not like the others committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 Aug 2000 00:25:25 +0000
parents 1a47432e2ba1
children 9d61f3d01046
comparison
equal deleted inserted replaced
803:7f75b17d4e14 804:17def2bb9720
1291 1291
1292 link_i = gdk_pixmap_create_from_xpm_d(win->window, &mask, 1292 link_i = gdk_pixmap_create_from_xpm_d(win->window, &mask,
1293 &win->style->white, bold_xpm ); 1293 &win->style->white, bold_xpm );
1294 link_p = gtk_pixmap_new(link_i, mask); 1294 link_p = gtk_pixmap_new(link_i, mask);
1295 gtk_widget_show(link_p); 1295 gtk_widget_show(link_p);
1296 gdk_bitmap_unref(mask);
1296 1297
1297 palette_i = gdk_pixmap_create_from_xpm_d (win->window, &mask, 1298 palette_i = gdk_pixmap_create_from_xpm_d (win->window, &mask,
1298 &win->style->white, bold_xpm ); 1299 &win->style->white, bold_xpm );
1299 palette_p = gtk_pixmap_new(palette_i, mask); 1300 palette_p = gtk_pixmap_new(palette_i, mask);
1300 gtk_widget_show(palette_p); 1301 gtk_widget_show(palette_p);
1302 gdk_bitmap_unref(mask);
1301 1303
1302 wood_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1304 wood_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1303 &win->style->white, wood_xpm ); 1305 &win->style->white, wood_xpm );
1304 wood_p = gtk_pixmap_new(wood_i, mask); 1306 wood_p = gtk_pixmap_new(wood_i, mask);
1305 gtk_widget_show(wood_p); 1307 gtk_widget_show(wood_p);
1308 gdk_bitmap_unref(mask);
1306 speaker_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1309 speaker_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1307 &win->style->white, speaker_xpm ); 1310 &win->style->white, speaker_xpm );
1308 speaker_p = gtk_pixmap_new(speaker_i, mask); 1311 speaker_p = gtk_pixmap_new(speaker_i, mask);
1309 gtk_widget_show(speaker_p); 1312 gtk_widget_show(speaker_p);
1313 gdk_bitmap_unref(mask);
1310 c->makesound=1; 1314 c->makesound=1;
1311 strike_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1315 strike_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1312 &win->style->white, strike_xpm ); 1316 &win->style->white, strike_xpm );
1313 strike_p = gtk_pixmap_new(strike_i, mask); 1317 strike_p = gtk_pixmap_new(strike_i, mask);
1314 gtk_widget_show(strike_p); 1318 gtk_widget_show(strike_p);
1319 gdk_bitmap_unref(mask);
1315 bold_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1320 bold_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1316 &win->style->white, bold_xpm ); 1321 &win->style->white, bold_xpm );
1317 bold_p = gtk_pixmap_new(bold_i, mask); 1322 bold_p = gtk_pixmap_new(bold_i, mask);
1318 gtk_widget_show(bold_p); 1323 gtk_widget_show(bold_p);
1324 gdk_bitmap_unref(mask);
1319 italic_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1325 italic_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1320 &win->style->white, italic_xpm ); 1326 &win->style->white, italic_xpm );
1321 italic_p = gtk_pixmap_new(italic_i, mask); 1327 italic_p = gtk_pixmap_new(italic_i, mask);
1322 gtk_widget_show(italic_p); 1328 gtk_widget_show(italic_p);
1329 gdk_bitmap_unref(mask);
1323 underline_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1330 underline_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1324 &win->style->white, underline_xpm ); 1331 &win->style->white, underline_xpm );
1325 underline_p = gtk_pixmap_new(underline_i, mask); 1332 underline_p = gtk_pixmap_new(underline_i, mask);
1326 gtk_widget_show(underline_p); 1333 gtk_widget_show(underline_p);
1334 gdk_bitmap_unref(mask);
1327 small_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1335 small_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1328 &win->style->white, small_xpm ); 1336 &win->style->white, small_xpm );
1329 small_p = gtk_pixmap_new(small_i, mask); 1337 small_p = gtk_pixmap_new(small_i, mask);
1330 gtk_widget_show(small_p); 1338 gtk_widget_show(small_p);
1339 gdk_bitmap_unref(mask);
1331 normal_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1340 normal_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1332 &win->style->white, normal_xpm ); 1341 &win->style->white, normal_xpm );
1333 normal_p = gtk_pixmap_new(normal_i, mask); 1342 normal_p = gtk_pixmap_new(normal_i, mask);
1334 gtk_widget_show(normal_p); 1343 gtk_widget_show(normal_p);
1344 gdk_bitmap_unref(mask);
1335 big_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1345 big_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1336 &win->style->white, big_xpm ); 1346 &win->style->white, big_xpm );
1337 big_p = gtk_pixmap_new(big_i, mask); 1347 big_p = gtk_pixmap_new(big_i, mask);
1338 gtk_widget_show(big_p); 1348 gtk_widget_show(big_p);
1349 gdk_bitmap_unref(mask);
1339 font_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask, 1350 font_i = gdk_pixmap_create_from_xpm_d ( win->window, &mask,
1340 &win->style->white, bold_xpm ); 1351 &win->style->white, bold_xpm );
1341 font_p = gtk_pixmap_new(font_i, mask); 1352 font_p = gtk_pixmap_new(font_i, mask);
1342 gtk_widget_show(font_p); 1353 gtk_widget_show(font_p);
1354 gdk_bitmap_unref(mask);
1343 smiley_i = gdk_pixmap_create_from_xpm_d(win->window, &mask, &win->style->white, smile_icon_xpm); 1355 smiley_i = gdk_pixmap_create_from_xpm_d(win->window, &mask, &win->style->white, smile_icon_xpm);
1344 smiley_p = gtk_pixmap_new(smiley_i, mask); 1356 smiley_p = gtk_pixmap_new(smiley_i, mask);
1345 gtk_widget_show(smiley_p); 1357 gtk_widget_show(smiley_p);
1358 gdk_bitmap_unref(mask);
1346 1359
1347 bold = gtk_toolbar_append_element(GTK_TOOLBAR(toolbar), 1360 bold = gtk_toolbar_append_element(GTK_TOOLBAR(toolbar),
1348 GTK_TOOLBAR_CHILD_TOGGLEBUTTON, NULL, 1361 GTK_TOOLBAR_CHILD_TOGGLEBUTTON, NULL,
1349 _("Bold"), _("Bold Text"), _("Bold"), bold_p, 1362 _("Bold"), _("Bold Text"), _("Bold"), bold_p,
1350 GTK_SIGNAL_FUNC(do_bold), entry); 1363 GTK_SIGNAL_FUNC(do_bold), entry);