]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/src/control-data.h
* code cleanup
[helm.git] / helm / gtkmathview-bonobo / src / control-data.h
1
2 #ifndef __control_data_h__
3 #define __control_data_h__
4
5 #include <gtkmathview.h>
6 #include <gdome.h>
7
8 typedef struct _GtkMathViewControlData
9 {
10   GtkMathView* math_view;
11   gboolean semantic_selection;
12   GdomeElement* first_selected;
13   GdomeElement* root_selected;
14 } GtkMathViewControlData;
15
16 #endif // __control_data_h__