]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
snapshot
[helm.git] / helm / matita / matitaGui.mli
index 848f52bf680c1e465daf48b7f05d06777c67dbca..60ab37a65660b26dce1108785b09ec43c5f0c015 100644 (file)
@@ -36,9 +36,10 @@ class gui :
   string ->
   object
 
-    method setQuitCallback : (unit -> unit) -> unit
+    method setQuitCallback    : (unit -> unit) -> unit
+    method setPhraseCallback  : (string -> unit) -> unit
 
-      (** {2 Access to low-level GTK widgets} *)
+      (** {2 Access to lower-level GTK widgets} *)
 
     method about :        MatitaGeneratedGui.aboutWin
     method fileSel :      MatitaGeneratedGui.fileSelectionWin
@@ -46,6 +47,10 @@ class gui :
     method proof :        MatitaGeneratedGui.proofWin
     method toolbar :      MatitaGeneratedGui.toolBarWin
 
+      (** {2 Access to GUI useful components} *)
+
+    method console:       MatitaConsole.console
+
       (** {2 Dialogs instantiation}
        * methods below create a new window on each invocation. You should
        * remember to destroy windows after use *)