plug-ins/imagemap/imap_grid.[ch] plug-ins/imagemap/imap_main.c
2005-06-06 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_grid.[ch] * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_menu.[ch] * plug-ins/imagemap/imap_menu_funcs.[ch] * plug-ins/imagemap/imap_object_popup.[ch] * plug-ins/imagemap/imap_polygon.[ch]: more conversion to action based menus. Almost done.
This commit is contained in:
committed by
Maurits Rijk
parent
b29fc29b2e
commit
f9dc08a441
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Generates clickable image maps.
|
||||
*
|
||||
* Copyright (C) 1998-2002 Maurits Rijk lpeek.mrijk@consunet.nl
|
||||
* Copyright (C) 1998-2005 Maurits Rijk m.rijk@chello.nl
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -27,12 +27,6 @@
|
||||
typedef void (*MenuCallback)(GtkWidget *widget, gpointer data);
|
||||
|
||||
void init_accel_group(GtkWidget *window);
|
||||
GtkWidget *make_item_with_label(GtkWidget *parent, gchar *label,
|
||||
MenuCallback activate, gpointer data);
|
||||
GtkWidget *make_item_with_image(GtkWidget *parent, const gchar *stock_id,
|
||||
MenuCallback activate, gpointer data);
|
||||
GtkWidget *prepend_item_with_label(GtkWidget *parent, gchar *label,
|
||||
MenuCallback activate, gpointer data);
|
||||
GtkWidget *insert_item_with_label(GtkWidget *parent, gint position,
|
||||
gchar *label, MenuCallback activate,
|
||||
gpointer data);
|
||||
|
||||
Reference in New Issue
Block a user