X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaMathView.mli;h=8e323ddc42aa6a35f127d70b77eac0ec0564fc53;hb=77dbf2cad247bbcb13e39c4341573b220d1d08a9;hp=47b1e4a83eb6584762ae715fdae0e847ebab43db;hpb=ad3546bfc633935891d8c69ea704c86207c83f57;p=helm.git diff --git a/matita/matita/matitaMathView.mli b/matita/matita/matitaMathView.mli index 47b1e4a83..8e323ddc4 100644 --- a/matita/matita/matitaMathView.mli +++ b/matita/matita/matitaMathView.mli @@ -26,16 +26,20 @@ (** {2 Instances} *) val cicBrowser: unit -> MatitaGuiTypes.cicBrowser -(** {2 Singleton instances} *) -val sequentsViewer_instance: unit -> MatitaGuiTypes.sequentsViewer -val mathViewer: unit -> MatitaTypes.mathViewer +(** {2 To be called just once} *) +val sequentsViewer_instance: GPack.notebook -> MatitaGuiTypes.sequentsViewer (** {2 Global changes} *) val refresh_all_browsers: unit -> unit (** act on all cicBrowsers *) -val update_font_sizes: unit -> unit - (** {3 Clipboard & Selection handling} *) +(** {2 Rendering in a browser} *) + +(** @param reuse if set reused last opened cic browser otherwise +* opens a new one. default is false *) +val show_entry: ?reuse:bool -> MatitaTypes.mathViewer_entry -> unit + +(** {2 Clipboard & Selection handling} *) val has_selection: unit -> bool