comparison plugins/idle.c @ 5530:2c4c975620f0

[gaim-migrate @ 5930] Okay, several changes in this commit. - We now have gtkprefs.h. - We have a place where we can add UI prefs. - show_prefs() -> gaim_gtk_prefs_show(). - make_frame() -> gaim_gtk_make_frame(). - The debug window is the first thing to have prefs. You can even turn off the toolbar if you edit ~/.gaim/prefs.xml. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 26 May 2003 08:30:48 +0000
parents 1f901484599d
children 1c55b1540e18
comparison
equal deleted inserted replaced
5529:e7747cae9710 5530:2c4c975620f0
73 GtkWidget *spinner, *button; 73 GtkWidget *spinner, *button;
74 74
75 ret = gtk_vbox_new(FALSE, 18); 75 ret = gtk_vbox_new(FALSE, 18);
76 gtk_container_set_border_width(GTK_CONTAINER(ret), 12); 76 gtk_container_set_border_width(GTK_CONTAINER(ret), 12);
77 77
78 frame = make_frame(ret, _("Idle Time")); 78 frame = gaim_gtk_make_frame(ret, _("Idle Time"));
79 79
80 vbox = gtk_vbox_new(FALSE, 5); 80 vbox = gtk_vbox_new(FALSE, 5);
81 gtk_container_add(GTK_CONTAINER(frame), vbox); 81 gtk_container_add(GTK_CONTAINER(frame), vbox);
82 82
83 hbox = gtk_hbox_new(FALSE, 5); 83 hbox = gtk_hbox_new(FALSE, 5);