]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
added find&replace facility
[helm.git] / helm / matita / matitaGui.mli
index 674f3702cec56241bfd6d10af607e2f0ef394dc6..6f9601f710475b740fa1529dd9549850ee5f5bfd 100644 (file)
@@ -51,9 +51,11 @@ object
   method about :        MatitaGeneratedGui.aboutWin
   method fileSel :      MatitaGeneratedGui.fileSelectionWin
   method main :         MatitaGeneratedGui.mainWin
+  method findRepl :     MatitaGeneratedGui.findReplWin
 (*   method toolbar :      MatitaGeneratedGui.toolBarWin *)
 
   method console:       console
+  method sourceView:    GSourceView.source_view
 
     (** {2 Dialogs instantiation}
      * methods below create a new window on each invocation. You should
@@ -76,6 +78,12 @@ object
   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