comparison plugins/gestures/gestures.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 fefad67de2c7
children dae79aefac8d
comparison
equal deleted inserted replaced
5529:e7747cae9710 5530:2c4c975620f0
205 /* Outside container */ 205 /* Outside container */
206 ret = gtk_vbox_new(FALSE, 18); 206 ret = gtk_vbox_new(FALSE, 18);
207 gtk_container_set_border_width(GTK_CONTAINER(ret), 12); 207 gtk_container_set_border_width(GTK_CONTAINER(ret), 12);
208 208
209 /* Configuration frame */ 209 /* Configuration frame */
210 vbox = make_frame(ret, _("Mouse Gestures Configuration")); 210 vbox = gaim_gtk_make_frame(ret, _("Mouse Gestures Configuration"));
211 211
212 #if 0 212 #if 0
213 /* Mouse button drop-down menu */ 213 /* Mouse button drop-down menu */
214 menu = gtk_menu_new(); 214 menu = gtk_menu_new();
215 opt = gtk_option_menu_new(); 215 opt = gtk_option_menu_new();