]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.mli
"input" was meant to be "include"
[helm.git] / helm / matita / matitaScript.mli
index 6aea4ad1c53bac07ca6ffb83b2682ef2e89a96f3..af1c68cc350d58c74cd5839e0f28c8895edfc116 100644 (file)
@@ -62,11 +62,15 @@ object
 
 end
 
+  (** @param set_star callback used to set the modified symbol (usually a star
+   * "*") on the side of a script name *)
 val script: 
   buffer:GText.buffer -> 
   init:MatitaTypes.status -> 
   mathviewer: MatitaTypes.mathViewer-> 
   urichooser: (UriManager.uri list -> UriManager.uri list) -> 
+  ask_confirmation: 
+    (title:string -> message:string -> [`YES | `NO | `CANCEL]) -> 
   set_star: (string -> bool -> unit) ->
   unit -> 
     script