X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaMathView.mli;h=ed57b886c44c7af09a476918b81cde2b50f599b3;hb=d9394782ed9580f3565eb9b4682d8348aae6349e;hp=e26352dadb1fbaab7dcc9601cc4e3078d68389aa;hpb=3b5b254f2faa600a14a837e95f94f953dc9959c7;p=helm.git diff --git a/helm/matita/matitaMathView.mli b/helm/matita/matitaMathView.mli index e26352dad..ed57b886c 100644 --- a/helm/matita/matitaMathView.mli +++ b/helm/matita/matitaMathView.mli @@ -32,6 +32,8 @@ class type clickableMathView = (** set hyperlink callback. None disable hyperlink handling *) method set_href_callback: (string -> unit) option -> unit + + method update_font_size: unit end class type sequentViewer = @@ -59,11 +61,11 @@ class type sequentsViewer = 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} *) @@ -93,7 +95,14 @@ val sequentsViewer: val cicBrowser: unit -> cicBrowser -val refresh_all_browsers: unit -> unit +(** mathview wide functions *) + +val increase_font_size: unit -> unit +val decrease_font_size: unit -> unit +val reset_font_size: unit -> unit + +val refresh_all_browsers: unit -> unit (** act on all cicBrowsers *) +val update_font_sizes: unit -> unit (** {2 singleton instances} *)