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

@ -39,6 +39,9 @@ typedef struct {
GtkWidget *hidden;
GtkWidget *lines;
GtkWidget *crosses;
GtkWidget *preview;
gboolean enable_preview;
} GridDialog_t;
void do_grid_settings_dialog();
@ -46,4 +49,7 @@ void draw_grid(GtkWidget *preview);
gboolean toggle_grid();
void round_to_grid(gint *x, gint *y);
gboolean grid_near_x(gint x);
gboolean grid_near_y(gint y);
#endif /* _IMAP_GRID_H */