X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaMathView.mli;h=2c27704d2395838b684a157362238dd43ded1ab8;hb=77784fbeb858e3cbec8a0ad7cb03f271089b09a3;hp=de8edc8559621959b7b02451903cdced3a70259a;hpb=ef9ec8cb57d15426a96fe40d056eb07804753bb9;p=helm.git diff --git a/helm/matita/matitaMathView.mli b/helm/matita/matitaMathView.mli index de8edc855..2c27704d2 100644 --- a/helm/matita/matitaMathView.mli +++ b/helm/matita/matitaMathView.mli @@ -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 = @@ -83,17 +83,9 @@ val sequents_viewer: unit -> sequents_viewer -val cicBrowser: - disambiguator:MatitaTypes.disambiguator -> - currentProof:MatitaTypes.currentProof -> - unit -> - MatitaTypes.cicBrowser +val cicBrowser: unit -> MatitaTypes.cicBrowser val refresh_all_browsers: unit -> unit -val mathViewer: - disambiguator:MatitaTypes.disambiguator -> - currentProof:MatitaTypes.currentProof -> - unit -> - MatitaTypes.mathViewer +val mathViewer: unit -> MatitaTypes.mathViewer