]> 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 acc244aa942ab0f729ed28131b9d1890c37ecc8c..90cb814a14607406fbe16c6d82fa50bdcfa0ad6d 100644 (file)
@@ -41,7 +41,7 @@ class gui :
 
       (** {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
@@ -61,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 *)