HIG-ified, replaced deprecated widget GtkCList by GtkTreeModel/View (also

* plug-ins/imagemap/imap_*.[ch]: (partly) HIG-ified, replaced
  deprecated widget GtkCList by GtkTreeModel/View (also fixes #136893),
  use file choosers instead of file selectors, minor clean-up.
This commit is contained in:
Maurits Rijk
2004-05-20 20:50:23 +00:00
parent 1f786473bc
commit f02a8b618b
25 changed files with 2426 additions and 2757 deletions

View File

@ -443,7 +443,7 @@ create_general_tab(PreferencesDialog_t *data, GtkWidget *notebook)
GtkWidget *frame;
GtkWidget *hbox;
frame = gtk_frame_new( _("Default Map Type"));
frame = gimp_frame_new( _("Default Map Type"));
gtk_widget_show(frame);
gtk_table_attach_defaults(GTK_TABLE(table), frame, 0, 2, 0, 1);
hbox = gtk_hbox_new(FALSE, 1);