]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGuiTypes.mli
- re-factoring: dropped sequentViewer in favour of cicMathView which
[helm.git] / helm / matita / matitaGuiTypes.mli
index 14bfee4f4b29dd50d70daf86d59409640a2f056d..d9c2ece2a35c922675d0f88431b439b6e3b1ac21 100644 (file)
@@ -102,12 +102,14 @@ object
   method update_font_size: unit
 end
 
-class type sequentViewer =
+class type cicMathView =
 object
   inherit clickableMathView
 
     (** load a sequent and render it into parent widget *)
   method load_sequent: Cic.metasenv -> int -> unit
+
+  method load_object: Cic.obj -> unit
 end
 
 class type sequentsViewer =