Updated Spanish translation
[anjuta-git-plugin.git] / plugins / class-inheritance / class-callbacks.h
blob65454756b932208f0cd2d4133f8ed44cac6887fe
1 /*
2 * Copyright (C) Massimo Cora' 2005 <maxcvs@email.it>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 #ifndef _CLASS_CALLBACKS_H
20 #define _CLASS_CALLBACKS_H
22 #include "plugin.h"
23 #include "class-inherit.h"
25 gint on_canvas_event (GnomeCanvasItem *item, GdkEvent *event, gpointer data);
27 void on_toggled_menuitem_clicked (GtkCheckMenuItem *checkmenuitem,
28 gpointer data);
30 void on_member_menuitem_clicked (GtkMenuItem *menuitem, gpointer data);
32 gint on_nodedata_expanded_event (GnomeCanvasItem *item, GdkEvent *event,
33 gpointer data);
35 gint on_nodedata_event (GnomeCanvasItem *item, GdkEvent *event, gpointer data);
37 void on_update_menu_item_selected (GtkMenuItem *item,
38 AnjutaClassInheritance *plugin);
40 void on_style_set (GtkWidget *widget, GtkStyle *previous_style,
41 AnjutaClassInheritance *plugin);
44 #endif /* _CLASS_CALLBACKS_H */