]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGuiTypes.mli
Large commit:
[helm.git] / matita / matita / matitaGuiTypes.mli
index 64dd3cd6f1a69927e7cd8417836c9e7c16a3792d..03dab4c4c5edf0ed8d70fa6043499ef23e4223b7 100644 (file)
@@ -131,9 +131,9 @@ object
 
     (** load a sequent and render it into parent widget *)
   method nload_sequent:
-   #NTermCicContent.status -> NCic.metasenv -> NCic.substitution -> int -> unit
+   #ApplyTransformation.status -> NCic.metasenv -> NCic.substitution -> int -> unit
 
-  method load_nobject: #NTermCicContent.status -> NCic.obj -> unit
+  method load_nobject: #ApplyTransformation.status -> NCic.obj -> unit
 end
 
 class type sequentsViewer =
@@ -141,9 +141,9 @@ object
   method reset: unit
   method load_logo: unit
   method load_logo_with_qed: unit
-  method nload_sequents: #NTacStatus.tac_status -> unit
+  method nload_sequents: #GrafiteTypes.status -> unit
   method goto_sequent:
-   #NTermCicContent.status -> int -> unit (* to be called _after_ load_sequents *)
+   #ApplyTransformation.status -> int -> unit (* to be called _after_ load_sequents *)
 
   method cicMathView: cicMathView
 end