comparison src/util.c @ 770:172c5cf98dfa

[gaim-migrate @ 780] buttons with borders... buttons without borders... it's a preference. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 25 Aug 2000 22:09:34 +0000
parents be917c4d3e39
children 17def2bb9720
comparison
equal deleted inserted replaced
769:c075cf268129 770:172c5cf98dfa
966 label = gtk_label_new(text); 966 label = gtk_label_new(text);
967 gtk_widget_show(label); 967 gtk_widget_show(label);
968 gtk_box_pack_end(GTK_BOX(button_box_2), label, FALSE, FALSE, 0); 968 gtk_box_pack_end(GTK_BOX(button_box_2), label, FALSE, FALSE, 0);
969 } 969 }
970 970
971 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
972
973 gtk_widget_show(pixmap); 971 gtk_widget_show(pixmap);
974 gtk_widget_show(button_box_2); 972 gtk_widget_show(button_box_2);
975 gtk_widget_show(button_box); 973 gtk_widget_show(button_box);
976 gtk_widget_show(button); 974 gtk_widget_show(button);
977 gdk_pixmap_unref(pm); 975 gdk_pixmap_unref(pm);