]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaScript.mli
update in static_2 and basic_2
[helm.git] / matita / matita / matitaScript.mli
index 81ade1c88c34ec0e8a87bfef61920ad0d3b128bb..9958170d9c400eb663309947ac2df5f95a8b6fd9 100644 (file)
@@ -34,7 +34,7 @@ object
   method error_tag : GText.tag
 
     (** @return current status *)
-  method grafite_status: GrafiteTypes.status
+  method status: GrafiteTypes.status
     
   (** {2 Observers} *)
 
@@ -101,15 +101,10 @@ object
 end
 
 val script: 
-  urichooser: (GSourceView2.source_view -> NReference.reference list -> NReference.reference list) -> 
-  ask_confirmation: 
-    (title:string -> message:string -> [`YES | `NO | `CANCEL]) -> 
-  parent:GBin.scrolled_window ->
-  tab_label:GMisc.label ->
-  unit -> 
-    script
+ parent:GBin.scrolled_window -> tab_label:GMisc.label -> unit -> script
 
 val destroy: int -> unit
 val current: unit -> script
 val at_page: int -> script
+
 val iter_scripts: (script -> unit) -> unit