]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/src/handlers.h
* code cleanup
[helm.git] / helm / gtkmathview-bonobo / src / handlers.h
1
2 #ifndef __handlers_h__
3 #define __handlers_h__
4
5 #include <bonobo.h>
6 #include <gdome.h>
7 #include <gtkmathview.h>
8
9 #include "control-data.h"
10
11 void set_frame(BonoboControl*, gpointer);
12 void click_cb(GtkMathView*, GdomeElement*, gint, GtkMathViewControlData*);
13 void select_begin_cb(GtkMathView*,GdomeElement*, gint, GtkMathViewControlData*);
14 void select_over_cb(GtkMathView*,GdomeElement*,gint, GtkMathViewControlData*);
15 void select_end_cb(GtkMathView*,GdomeElement*,gint, GtkMathViewControlData*);
16 void select_abort_cb(GtkMathView*, GtkMathViewControlData*);
17
18 #endif // __handlers_h__