]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl
4cbe0d6bc9f2a7cc5b6cb36ecc65e33ff72ac6f8
[helm.git] / helm / gtkmathview-bonobo / idl / GNOME_GtkMathView_View.idl
1
2 #include <Bonobo.idl>
3
4 module GNOME {
5
6   module GtkMathView {
7
8     interface View : Bonobo::Unknown {
9       
10       void freeze ();
11       void thaw ();
12
13     };
14
15   };
16
17 };
18