X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGui.mli;h=a2b15513ed77b5794851c7b55366b456e5393141;hb=dc861d214cb992a898f81752614201b8074eef12;hp=6f9601f710475b740fa1529dd9549850ee5f5bfd;hpb=57b43a967eaf3b0747350cd775d4301a53af2820;p=helm.git diff --git a/helm/matita/matitaGui.mli b/helm/matita/matitaGui.mli index 6f9601f71..a2b15513e 100644 --- a/helm/matita/matitaGui.mli +++ b/helm/matita/matitaGui.mli @@ -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