bumped version number
2005-01-02 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_about.c: bumped version number * plug-ins/imagemap/AUTHORS * plug-ins/imagemap/NEWS * plug-ins/imagemap/README * plug-ins/imagemap/TODO: removed since they don't contain relevant information anymore. * plug-ins/imagemap/imap_popup.[ch]: removed * plug-ins/imagemap/Makefile.am * po-plug-ins/POTFILES.in: changed accordingly * plug-ins/imagemap/imap_grid.c * plug-ins/imagemap/imap_main.[ch] * plug-ins/imagemap/imap_menu.[ch] * plug-ins/imagemap/imap_object_popup.c * plug-ins/imagemap/imap_preview.c * plug-ins/imagemap/imap_toolbar.[ch] * plug-ins/imagemap/imap_tools.[ch]: first set of changes to fix #138841 (Use action based menus in Imagemap plug-in).
This commit is contained in:

committed by
Maurits Rijk

parent
9dc239a433
commit
f7fa12f7d0
@ -28,31 +28,11 @@
|
||||
|
||||
typedef struct {
|
||||
GtkWidget *container;
|
||||
GtkWidget *arrow;
|
||||
GtkWidget *fuzzy_select;
|
||||
GtkWidget *rectangle;
|
||||
GtkWidget *circle;
|
||||
GtkWidget *polygon;
|
||||
GtkWidget *edit;
|
||||
GtkWidget *delete;
|
||||
|
||||
CommandFactory_t cmd_delete;
|
||||
CommandFactory_t cmd_edit;
|
||||
} Tools_t;
|
||||
|
||||
Tools_t *make_tools(GtkWidget *window);
|
||||
void tools_select_arrow(void);
|
||||
void tools_select_rectangle(void);
|
||||
void tools_select_circle(void);
|
||||
void tools_select_polygon(void);
|
||||
void tools_set_sensitive(gboolean sensitive);
|
||||
|
||||
gboolean arrow_on_button_press(GtkWidget *widget, GdkEventButton *event,
|
||||
gpointer data);
|
||||
|
||||
#define tools_set_delete_command(tools, command) \
|
||||
((tools)->cmd_delete = (command))
|
||||
#define tools_set_edit_command(tools, command) \
|
||||
((tools)->cmd_edit = (command))
|
||||
|
||||
#endif /* _IMAP_TOOLS_H */
|
||||
|
Reference in New Issue
Block a user