Removed all files using cvs remove since setup is quite old and hasn't been
[geda-gaf/whiteaudio.git] / geda / src / l_toolbar.h
blob7ca1c06fc73ab180975991414f9743140f3f5192
1 #if 0
2 gmanager_icon_new();
4 iconentry1 = gnome_icon_entry_new (NULL, NULL);
5 gtk_widget_ref (iconentry1);
6 gtk_object_set_data_full (GTK_OBJECT (MainWindow), "iconentry1", iconentry1,
7 (GtkDestroyNotify) gtk_widget_unref);
8 gtk_widget_show (iconentry1);
9 gtk_box_pack_start (GTK_BOX (hbox1), iconentry1, FALSE, FALSE, 0);
11 #endif