updated the imagemap plug-in

--Sven
This commit is contained in:
Sven Neumann
1999-10-24 20:57:17 +00:00
parent 88e0cc3155
commit ecfb8a1210
76 changed files with 2078 additions and 561 deletions

View File

@ -41,6 +41,7 @@ typedef struct {
gboolean keep_circles_round;
gboolean show_url_tip;
gboolean use_doublesized;
gint undo_levels;
gint mru_size;
ColorSelData_t colors;
GdkGC *normal_gc;
@ -59,6 +60,10 @@ typedef struct {
GtkWidget *keep_circles_round;
GtkWidget *show_url_tip;
GtkWidget *use_doublesized;
GtkWidget *undo_levels;
GtkWidget *mru_size;
GtkWidget *normal_fg;
GtkWidget *normal_bg;
GtkWidget *selected_fg;