an update of the imagemap plug-in

--Sven
This commit is contained in:
Sven Neumann
1999-12-18 19:45:00 +00:00
parent b6d773dcc5
commit d37d2da31d
13 changed files with 222 additions and 128 deletions

View File

@ -368,7 +368,7 @@ make_selection(GtkWidget *window, ObjectList_t *object_list)
gtk_clist_set_column_width(GTK_CLIST(list), 1, 80);
gtk_clist_set_column_width(GTK_CLIST(list), 2, 64);
gtk_clist_set_column_width(GTK_CLIST(list), 3, 64);
gtk_clist_set_reorderable(GTK_CLIST(list), TRUE);
/* gtk_clist_set_reorderable(GTK_CLIST(list), TRUE); */
/* Create scrollable window */
swin = gtk_scrolled_window_new(NULL, NULL);