]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/src/control-data.h
select and click signal added
[helm.git] / helm / gtkmathview-bonobo / src / control-data.h
1 #ifndef __CONTROL_DATA__
2 #define __CONTROL_DATA__
3
4 typedef struct _GtkMathViewControlData
5 {
6         gboolean semantic_selection;
7         GdomeElement* first_selected;
8         GdomeElement* root_selected;
9         GtkMathView *math_view;
10 } GtkMathViewControlData;
11
12 #endif