]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
debian: rebuilt against ocaml 3.08.2
[helm.git] / helm / matita / matitaGui.mli
index 1d3f1220b58aee4a6f00cbbcb96b5579db6d9ff5..90cb814a14607406fbe16c6d82fa50bdcfa0ad6d 100644 (file)
@@ -34,16 +34,14 @@ class gui :
       (** {2 Access to singleton instances of lower-level GTK widgets} *)
 
     method about :        MatitaGeneratedGui.aboutWin
-    method check :        MatitaGeneratedGui.checkWin
     method fileSel :      MatitaGeneratedGui.fileSelectionWin
     method main :         MatitaGeneratedGui.mainWin
-    method proof :        MatitaGeneratedGui.proofWin
     method script:        MatitaGeneratedGui.scriptWin
     method toolbar :      MatitaGeneratedGui.toolBarWin
 
       (** {2 Access to GUI useful components} *)
 
-    method console:       MatitaConsole.console
+    method console:       MatitaTypes.console
 
       (** {2 Dialogs instantiation}
        * methods below create a new window on each invocation. You should
@@ -63,10 +61,6 @@ class gui :
       (** prompt the user for a (multiline) text entry *)
     method askText: ?title:string -> ?msg:string -> unit -> string option
 
-      (** lock script text view from the beginning to the given offset (in UTF-8
-      * characters) *)
-    method lockScript: int -> unit
-
   end
 
   (** singleton instance of the gui *)