]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
fixed whelp bar
[helm.git] / helm / matita / matitaMathView.mli
index e26352dadb1fbaab7dcc9601cc4e3078d68389aa..aa9d38ded1db2a0522b72d2a838081c5b5b7f6dd 100644 (file)
@@ -62,8 +62,9 @@ exception Browser_failure of string
 
 class type cicBrowser =
 object
-  method loadUri: string -> unit
-  method loadTerm: MatitaTypes.term_source -> unit
+  method load: MatitaTypes.mathViewer_entry -> unit
+  (* method loadList: string list -> MatitaTypes.mathViewer_entry -> unit *)
+  method loadInput: string -> unit
 end
 
 (** {2 Constructors} *)