]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/control-data.h
select and click signal added
[helm.git] / helm / gtkmathview-bonobo / src / control-data.h
diff --git a/helm/gtkmathview-bonobo/src/control-data.h b/helm/gtkmathview-bonobo/src/control-data.h
new file mode 100644 (file)
index 0000000..0f636c2
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __CONTROL_DATA__
+#define __CONTROL_DATA__
+
+typedef struct _GtkMathViewControlData
+{
+       gboolean semantic_selection;
+       GdomeElement* first_selected;
+       GdomeElement* root_selected;
+       GtkMathView *math_view;
+} GtkMathViewControlData;
+
+#endif