X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaGuiTypes.mli;h=51c700dc3177067a959c44072013416e5ac7e49b;hb=a9c8d96d47a5895c99bca2fe93decf464bca62c3;hp=d42775827a0253ed5c4e893c58211ef0d6fc4eff;hpb=558224e07a053eb99eaba1aed56c686056840dec;p=helm.git diff --git a/helm/software/matita/matitaGuiTypes.mli b/helm/software/matita/matitaGuiTypes.mli index d42775827..51c700dc3 100644 --- a/helm/software/matita/matitaGuiTypes.mli +++ b/helm/software/matita/matitaGuiTypes.mli @@ -124,6 +124,7 @@ object (** load a sequent and render it into parent widget *) method load_sequent: Cic.metasenv -> int -> unit + method nload_sequent: NCic.metasenv -> NCic.substitution -> int -> unit method load_object: Cic.obj -> unit end @@ -134,6 +135,7 @@ object method load_logo: unit method load_logo_with_qed: unit method load_sequents: GrafiteTypes.incomplete_proof -> unit + method nload_sequents: NTacStatus.tac_status -> unit method goto_sequent: int -> unit (* to be called _after_ load_sequents *) method cicMathView: cicMathView