]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
snapshot, notably:
[helm.git] / helm / matita / matitaGui.mli
index d3dc10a1dc873b6f9d82070e3564b164321d0dc6..39657c58723cb6e091fbb2497b3033656ab0a521 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-(*
-class type stringListModel =
-  object
-    method clear: unit -> unit
-    method append: string -> unit
-  end
-*)
-
   (** @param fname name of the Glade file describing the GUI *)
 class gui :
   string ->
   object
 
     method setQuitCallback    : (unit -> unit) -> unit
-    method setPhraseCallback  : (string -> unit) -> unit
+    method setPhraseCallback  : (string -> MatitaTypes.command_outcome) -> unit
 
       (** {2 Access to lower-level GTK widgets} *)