]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaMisc.mli
1) matitaMathView.ml splitted into cicMathView.ml + matitaMathView.ml
[helm.git] / matita / matita / matitaMisc.mli
index eec60932d69a0db08a5083c95543fcfa59c73d38..ed5e5f6464ea649a947c1b91df59a8941535619c 100644 (file)
@@ -79,3 +79,17 @@ val shutup: unit -> unit
 
   (** outputs the preamble of a generated .ma file *)
 val out_preamble: out_channel -> unit
+
+val left_button: int
+val right_button: int
+
+(** {2 Global changes} *)
+
+val get_current_font_size: unit -> int
+val increase_font_size:   unit -> unit
+val decrease_font_size:   unit -> unit
+val reset_font_size:      unit -> unit
+
+(** CSC: these functions should completely disappear (bad design) *)
+val set_gui: MatitaGuiTypes.gui -> unit
+val get_gui: unit -> MatitaGuiTypes.gui