X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGui.mli;h=a2b15513ed77b5794851c7b55366b456e5393141;hb=de4be1b51749200158ffb1984d6da3004b3690a9;hp=42922140c090de3a7f73ca3b00bd3adf2ffcc719;hpb=25d3d1c2613fd2b4e6a323289ca94fb7b75ebe5d;p=helm.git diff --git a/helm/matita/matitaGui.mli b/helm/matita/matitaGui.mli index 42922140c..a2b15513e 100644 --- a/helm/matita/matitaGui.mli +++ b/helm/matita/matitaGui.mli @@ -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,18 @@ 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 + method decreaseFontSize: unit -> unit + method resetFontSize: unit -> unit end