]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
moogle.html is now generated, it do not needs to be in CVS
[helm.git] / helm / matita / matitaGui.mli
index 419dc77eb52b7c3c7f96bfe2e419a976b6374d9e..90cb814a14607406fbe16c6d82fa50bdcfa0ad6d 100644 (file)
@@ -31,25 +31,23 @@ class gui :
     method setQuitCallback    : (unit -> unit) -> unit
     method setPhraseCallback  : (string -> MatitaTypes.command_outcome) -> unit
 
-      (** {2 Access to lower-level GTK widgets} *)
+      (** {2 Access to singleton instances of lower-level GTK widgets} *)
 
     method about :        MatitaGeneratedGui.aboutWin
-    method browser :      MatitaGeneratedGui.browserWin
-    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
        * remember to destroy windows after use *)
 
+    method newBrowserWin:         unit -> MatitaGeneratedGui.browserWin
     method newUriDialog:          unit -> MatitaGeneratedGui.uriChoiceDialog
     method newInterpDialog:       unit -> MatitaGeneratedGui.interpChoiceDialog
     method newConfirmationDialog: unit -> MatitaGeneratedGui.confirmationDialog
@@ -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 *)