]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
New files AUTHORS and LICENSE.
[helm.git] / helm / matita / matitaGui.mli
index 80c183fac4e78e0032768c43a143b1b30b34f9b3..a2b15513ed77b5794851c7b55366b456e5393141 100644 (file)
@@ -48,9 +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
@@ -72,11 +74,13 @@ 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
 
   method loadScript: string -> unit
+  method setStar: string -> bool -> unit
 
     (** {3 Fonts} *)
   method increaseFontSize: unit -> unit