X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaGuiTypes.mli;h=963bb4698a4ec80a48df645efd83b71c31949d50;hb=f3ae21edf39f33e4e9af1fafa1d2cde119d5cdc6;hp=d9c2ece2a35c922675d0f88431b439b6e3b1ac21;hpb=39736960d48b9a19f3b7ca6e4d852a9dbcd4af76;p=helm.git diff --git a/helm/matita/matitaGuiTypes.mli b/helm/matita/matitaGuiTypes.mli index d9c2ece2a..963bb4698 100644 --- a/helm/matita/matitaGuiTypes.mli +++ b/helm/matita/matitaGuiTypes.mli @@ -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