]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/handlers.h
* code cleanup
[helm.git] / helm / gtkmathview-bonobo / src / handlers.h
index 84f6bc943d337a9be8973de1453e6499cf02a931..81b1eb70bd68239adc24da95b6d0e60a786be914 100644 (file)
@@ -1,27 +1,18 @@
-#ifndef __handlers___
-#define __handlers___
+
+#ifndef __handlers_h__
+#define __handlers_h__
 
 #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*);
+#include <gtkmathview.h>
 
-void
-select_end_cb(GtkMathView*,GdomeElement*,gint,GtkMathViewControlData*);
+#include "control-data.h"
 
-void
-select_abort_cb(GtkMathView*,GtkMathViewControlData*);
+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
+#endif // __handlers_h__