X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaMathView.mli;h=dd1e189557ba88cb7bdba3a0b063d9d091631823;hb=2e97c767bc072f5ba238725ff1f738fc91a0135a;hp=6cfd83eb3094bcf513878e9038bf0b13ecbc3699;hpb=b804ff9f8fba300ffaa54add291e0f6490b757ce;p=helm.git diff --git a/matita/matita/matitaMathView.mli b/matita/matita/matitaMathView.mli index 6cfd83eb3..dd1e18955 100644 --- a/matita/matita/matitaMathView.mli +++ b/matita/matita/matitaMathView.mli @@ -23,22 +23,16 @@ * http://helm.cs.unibo.it/ *) -(** {2 Instances} *) -val cicBrowser: unit -> MatitaGuiTypes.cicBrowser - -(** {2 Singleton instances} *) -val sequentsViewer_instance: unit -> MatitaGuiTypes.sequentsViewer +(** {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 (** {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 +val cicBrowser: ?reuse:bool -> MatitaTypes.mathViewer_entry option -> unit (** {2 Clipboard & Selection handling} *)