]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaTypes.ml
multi screenshot
[helm.git] / helm / software / matita / matitaTypes.ml
index 4f2d414ee3903dc8718ff876e46870dc753d3bde..7468bedfadfaafe84ef7edb1bdb0cec7ae973f85 100644 (file)
@@ -102,4 +102,7 @@ class type mathViewer =
     method show_entry: ?reuse:bool -> mathViewer_entry -> unit
     method show_uri_list:
       ?reuse:bool -> entry:mathViewer_entry -> UriManager.uri list -> unit
+    method screenshot: 
+      GrafiteTypes.status -> NCic.metasenv -> NCic.metasenv ->
+        NCic.substitution -> string -> unit
   end