]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/handlers.h
select and click signal added
[helm.git] / helm / gtkmathview-bonobo / src / handlers.h
diff --git a/helm/gtkmathview-bonobo/src/handlers.h b/helm/gtkmathview-bonobo/src/handlers.h
new file mode 100644 (file)
index 0000000..84f6bc9
--- /dev/null
@@ -0,0 +1,27 @@
+#ifndef __handlers___
+#define __handlers___
+
+#include <bonobo.h>
+#include <gtkmathview.h>
+#include <gdome.h>
+#include "control-data.h"
+
+void
+set_frame(BonoboControl*,gpointer);
+
+void
+click_cb(GtkMathView*, GdomeElement*, gint,GtkMathViewControlData*);
+
+void
+select_begin_cb(GtkMathView*,GdomeElement*, gint,GtkMathViewControlData*);
+
+void
+select_over_cb(GtkMathView*,GdomeElement*,gint,GtkMathViewControlData*);
+
+void
+select_end_cb(GtkMathView*,GdomeElement*,gint,GtkMathViewControlData*);
+
+void
+select_abort_cb(GtkMathView*,GtkMathViewControlData*);
+
+#endif