X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2FmatitaTypes.mli;fp=helm%2Fsoftware%2Fmatita%2FmatitaTypes.mli;h=f220a848a7d0dfbcfbdea9a03f91f16f441e330a;hb=bee436af0c6ceb1c83259c94036df8b12f901f2d;hp=ecc78a629085d54df4c3325cb90930d84c37c36c;hpb=03e172581072389796cbc1d3e2d7b16956b95c8a;p=helm.git diff --git a/helm/software/matita/matitaTypes.mli b/helm/software/matita/matitaTypes.mli index ecc78a629..f220a848a 100644 --- a/helm/software/matita/matitaTypes.mli +++ b/helm/software/matita/matitaTypes.mli @@ -50,4 +50,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 -> int * NCic.conjecture -> NCic.metasenv -> + NCic.substitution -> string -> unit end