comparison src/gtkdebug.c @ 5429:7d1a44cbd347

[gaim-migrate @ 5809] I kind of like that better. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 18 May 2003 09:23:49 +0000
parents 96bde36bb76b
children 908f3d9ee660
comparison
equal deleted inserted replaced
5428:96bde36bb76b 5429:7d1a44cbd347
100 vbox = gtk_vbox_new(FALSE, 0); 100 vbox = gtk_vbox_new(FALSE, 0);
101 gtk_container_add(GTK_CONTAINER(win->window), vbox); 101 gtk_container_add(GTK_CONTAINER(win->window), vbox);
102 102
103 /* Setup our top button bar thingie. */ 103 /* Setup our top button bar thingie. */
104 toolbar = gtk_toolbar_new(); 104 toolbar = gtk_toolbar_new();
105 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_TEXT); 105 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_BOTH_HORIZ);
106 gtk_toolbar_set_icon_size(GTK_TOOLBAR(toolbar),
107 GTK_ICON_SIZE_SMALL_TOOLBAR);
106 108
107 gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0); 109 gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0);
108 110
109 #if 0 111 #if 0
110 /* Find button */ 112 /* Find button */