]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaMathView.mli
update in basic_2 and static_2
[helm.git] / matita / matita / matitaMathView.mli
index 51bba6b3e6fbe3ba52bda5652e82a02b810d7b2f..dd1e189557ba88cb7bdba3a0b063d9d091631823 100644 (file)
  * 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 *)
 
 (** {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} *)