]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
New files AUTHORS and LICENSE.
[helm.git] / helm / matita / matitaGui.mli
index 6f9601f710475b740fa1529dd9549850ee5f5bfd..a2b15513ed77b5794851c7b55366b456e5393141 100644 (file)
@@ -48,10 +48,11 @@ object
 
     (** {2 Access to singleton instances of lower-level GTK widgets} *)
 
-  method about :        MatitaGeneratedGui.aboutWin
   method fileSel :      MatitaGeneratedGui.fileSelectionWin
   method main :         MatitaGeneratedGui.mainWin
   method findRepl :     MatitaGeneratedGui.findReplWin
+  method develList:     MatitaGeneratedGui.develListWin
+  method newDevel:      MatitaGeneratedGui.newDevelopmentWin
 (*   method toolbar :      MatitaGeneratedGui.toolBarWin *)
 
   method console:       console
@@ -73,6 +74,7 @@ object
     * @param ok_not_exists if set to true returns also non existent files
     * (useful for save). Defaults to false *)
   method chooseFile: ?ok_not_exists:bool -> unit -> string option
+  method createDevelopment: containing:string option -> unit
 
     (** prompt the user for a (multiline) text entry *)
   method askText: ?title:string -> ?msg:string -> unit -> string option