]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl
* added test View interface. It is basically empty but eventually it will host
[helm.git] / helm / gtkmathview-bonobo / idl / GNOME_GtkMathView_View.idl
diff --git a/helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl b/helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl
new file mode 100644 (file)
index 0000000..4cbe0d6
--- /dev/null
@@ -0,0 +1,18 @@
+
+#include <Bonobo.idl>
+
+module GNOME {
+
+  module GtkMathView {
+
+    interface View : Bonobo::Unknown {
+      
+      void freeze ();
+      void thaw ();
+
+    };
+
+  };
+
+};
+