]> 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..a652726add055f81ad6cdb692048ac301405bf28 100644 (file)
@@ -4,7 +4,8 @@
 
 #include <bonobo.h>
 
-#include "GNOME_GtkMathView_View.h"
+#include "GtkMathView.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__ */