comparison src/gtkprefs.c @ 8897:8ffd1679df93

[gaim-migrate @ 9666] Remove New window width, new window heigh, entry field height and hide on send. The width and height prefs still need to update themselves when the conversation window is resized. Any volunteers? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 23:56:52 +0000
parents dd6b4f259f5b
children 7a67c459ab8f
comparison
equal deleted inserted replaced
8896:136b4e159d04 8897:8ffd1679df93
971 _("None"), GAIM_BUTTON_NONE, 971 _("None"), GAIM_BUTTON_NONE,
972 NULL); 972 NULL);
973 973
974 gtk_size_group_add_widget(sg, widge); 974 gtk_size_group_add_widget(sg, widge);
975 gtk_misc_set_alignment(GTK_MISC(widge), 0, 0); 975 gtk_misc_set_alignment(GTK_MISC(widge), 0, 0);
976 gaim_gtk_prefs_labeled_spin_button(vbox, _("New window _width:"),
977 "/gaim/gtk/conversations/im/default_width", 25, 9999, sg);
978 gaim_gtk_prefs_labeled_spin_button(vbox, _("New window _height:"),
979 "/gaim/gtk/conversations/im/default_height", 25, 9999, sg);
980 gaim_gtk_prefs_labeled_spin_button(vbox, _("_Entry field height:"),
981 "/gaim/gtk/conversations/im/entry_height", 25, 9999, sg);
982 gaim_gtk_prefs_checkbox(_("_Raise window on events"), 976 gaim_gtk_prefs_checkbox(_("_Raise window on events"),
983 "/gaim/gtk/conversations/im/raise_on_events", vbox); 977 "/gaim/gtk/conversations/im/raise_on_events", vbox);
984 gaim_gtk_prefs_checkbox(_("Hide window on _send"),
985 "/gaim/gtk/conversations/im/hide_on_send", vbox);
986 gtk_widget_show (vbox); 978 gtk_widget_show (vbox);
987 #endif /* PREFSLASH04 */ 979 #endif /* PREFSLASH04 */
988 vbox = gaim_gtk_make_frame (ret, _("Buddy Icons")); 980 vbox = gaim_gtk_make_frame (ret, _("Buddy Icons"));
989 gaim_gtk_prefs_checkbox(_("Show buddy _icons"), 981 gaim_gtk_prefs_checkbox(_("Show buddy _icons"),
990 "/gaim/gtk/conversations/im/show_buddy_icons", vbox); 982 "/gaim/gtk/conversations/im/show_buddy_icons", vbox);