]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
rebuilt against ocaml 3.08.3
[helm.git] / helm / matita / matitaMathView.mli
index 66508b6316dad6a55891d48654ec6733e9875e0d..0a1e425e3da9f9ba4efb6fcbd7fc47d634cccbd6 100644 (file)
@@ -31,7 +31,7 @@ class type clickable_math_view =
     inherit GMathViewAux.multi_selection_math_view
 
       (** set hyperlink callback. None disable hyperlink handling *)
-    method set_href_callback: (UriManager.uri -> unit) option -> unit
+    method set_href_callback: (string -> unit) option -> unit
   end
 
 class type sequent_viewer =
@@ -79,7 +79,6 @@ val sequent_viewer:       sequent_viewer constructor
 val sequents_viewer:
   notebook:GPack.notebook ->
   sequent_viewer:sequent_viewer ->
-  set_goal:(int -> unit) ->
   unit ->
     sequents_viewer
 
@@ -89,3 +88,8 @@ val refresh_all_browsers: unit -> unit
 
 val mathViewer: unit -> MatitaTypes.mathViewer
 
+(** {2 singleton instances} *)
+
+val sequent_viewer_instance: unit -> sequent_viewer
+val sequents_viewer_instance: unit -> sequents_viewer
+