X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaGuiTypes.mli;h=d25735d4aebf1abd36271ede520e6f1964efdd9f;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=18515dac57d70031883fa10a0c626110b116c5e4;hpb=11b2157bacf59cfc561c2ef6f92ee41ee2c1a006;p=helm.git diff --git a/helm/software/matita/matitaGuiTypes.mli b/helm/software/matita/matitaGuiTypes.mli index 18515dac5..d25735d4a 100644 --- a/helm/software/matita/matitaGuiTypes.mli +++ b/helm/software/matita/matitaGuiTypes.mli @@ -52,7 +52,7 @@ object (* method toolbar : MatitaGeneratedGui.toolBarWin *) method console: console - method sourceView: GSourceView.source_view + method sourceView: GSourceView2.source_view (** {2 Dialogs instantiation} * methods below create a new window on each invocation. You should @@ -124,10 +124,11 @@ 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 nload_sequent: + #NCicCoercion.status -> NCic.metasenv -> NCic.substitution -> int -> unit method load_object: Cic.obj -> unit - method load_nobject: NCic.obj -> unit + method load_nobject: #NCicCoercion.status -> NCic.obj -> unit end class type sequentsViewer = @@ -135,9 +136,11 @@ object method reset: unit 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 load_sequents: + #NCicCoercion.status -> GrafiteTypes.incomplete_proof -> unit + method nload_sequents: #NTacStatus.tac_status -> unit + method goto_sequent: + #NCicCoercion.status -> int -> unit (* to be called _after_ load_sequents *) method cicMathView: cicMathView end