]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.mli
added decrease and increase font size fantafeature
[helm.git] / helm / matita / matitaMathView.mli
index b11befe4eb9f6ea89bcadf58590188ac566b1103..ed57b886c44c7af09a476918b81cde2b50f599b3 100644 (file)
@@ -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 =
@@ -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} *)