]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/src/handlers.h
select and click signal added
[helm.git] / helm / gtkmathview-bonobo / src / handlers.h
1 #ifndef __handlers___
2 #define __handlers___
3
4 #include <bonobo.h>
5 #include <gtkmathview.h>
6 #include <gdome.h>
7 #include "control-data.h"
8
9 void
10 set_frame(BonoboControl*,gpointer);
11
12 void
13 click_cb(GtkMathView*, GdomeElement*, gint,GtkMathViewControlData*);
14
15 void
16 select_begin_cb(GtkMathView*,GdomeElement*, gint,GtkMathViewControlData*);
17
18 void
19 select_over_cb(GtkMathView*,GdomeElement*,gint,GtkMathViewControlData*);
20
21 void
22 select_end_cb(GtkMathView*,GdomeElement*,gint,GtkMathViewControlData*);
23
24 void
25 select_abort_cb(GtkMathView*,GtkMathViewControlData*);
26
27 #endif