]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/view.h
* snapshot
[helm.git] / helm / gtkmathview-bonobo / src / view.h
index 1d88c0cfccec95fd4841668ea0c5aef905e348e1..9116a3c98e7edcc7e6d41afe23d756e367d06a78 100644 (file)
@@ -5,6 +5,7 @@
 #include <bonobo.h>
 
 #include "GNOME_GtkMathView_View.h"
+#include "control-data.h"
 
 #define VIEW_TYPE        (view_get_type())
 #define VIEW(o)           (G_TYPE_CHECK_INSTANCE_CAST ((o), VIEW_TYPE, View))
@@ -15,6 +16,7 @@
 
 typedef struct {
   BonoboObject parent;
+  GtkMathViewControlData* control_data;
 } View;
 
 typedef struct {
@@ -23,7 +25,7 @@ typedef struct {
 } ViewClass;
 
 GType view_get_type(void);
-View* view_new(void);
+View* view_new(GtkMathViewControlData*);
 
 #endif /* __view_h__ */