]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaGuiTypes.mli
Huge commit with several changes:
[helm.git] / helm / software / matita / matitaGuiTypes.mli
index c9ef8612315169df35390dba041f1118da76566f..18515dac57d70031883fa10a0c626110b116c5e4 100644 (file)
@@ -37,7 +37,7 @@ end
 class type browserWin =
 object
   inherit MatitaGeneratedGui.browserWin
-  method browserUri: GEdit.combo_box_entry
+  method browserUri: GEdit.entry
 end
 
 class type gui =
@@ -124,8 +124,10 @@ 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
+  method load_nobject: NCic.obj -> unit
 end
 
 class type sequentsViewer =
@@ -134,6 +136,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
@@ -145,5 +148,6 @@ object
   (* method loadList: string list -> MatitaTypes.mathViewer_entry -> unit *)
   method loadInput: string -> unit
   method mathView: clickableMathView
+  method win: browserWin
 end