]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGuiTypes.mli
The logo is now showed in the sequents_viewer window when there is no proof
[helm.git] / helm / matita / matitaGuiTypes.mli
index d9c2ece2a35c922675d0f88431b439b6e3b1ac21..963bb4698a4ec80a48df645efd83b71c31949d50 100644 (file)
@@ -115,6 +115,8 @@ end
 class type sequentsViewer =
 object
   method reset: unit
+  method load_logo: unit
+  method load_logo_with_qed: unit
   method load_sequents: ProofEngineTypes.status -> unit
   method goto_sequent: int -> unit  (* to be called _after_ load_sequents *)
 end