]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
snapshot (notably: implemented "check")
[helm.git] / helm / matita / matitaGui.mli
index 60ab37a65660b26dce1108785b09ec43c5f0c015..425406a587be653562f23428817ec2f850be7db0 100644 (file)
@@ -42,6 +42,7 @@ class gui :
       (** {2 Access to lower-level GTK widgets} *)
 
     method about :        MatitaGeneratedGui.aboutWin
+    method check :        MatitaGeneratedGui.checkWin
     method fileSel :      MatitaGeneratedGui.fileSelectionWin
     method main :         MatitaGeneratedGui.mainWin
     method proof :        MatitaGeneratedGui.proofWin
@@ -62,3 +63,6 @@ class gui :
 
   end
 
+  (** singleton instance of the gui *)
+val instance: unit -> gui
+