]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGeneratedGui.mli
snapshot
[helm.git] / helm / matita / matitaGeneratedGui.mli
index 017b3cae6f9f1bd130b0cfa50a101fe19966a2a1..c4f2a31cc3dc4a8bd7f05f4044fdd19ebd89a919 100644 (file)
@@ -1,3 +1,5 @@
+(* Automatically generated from matitaGeneratedGui.ml by make *)
+
 class mainWin :
   ?file:string ->
   ?domain:string ->
@@ -149,25 +151,28 @@ class toolBarWin :
     method vbox1 : GPack.box
     method xml : Glade.glade_xml Gtk.obj
   end
-class genericDialog :
+class confirmationDialog :
   ?file:string ->
   ?domain:string ->
   ?autoconnect:bool ->
   unit ->
   object
-    val cancelbutton1 : GButton.button
+    val confirmationDialog :
+      [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
+    val confirmationDialogCancelButton : GButton.button
+    val confirmationDialogLabel : GMisc.label
+    val confirmationDialogOkButton : GButton.button
     val dialog_vbox1 : GPack.box
-    val genericDialog : [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
-    val okbutton1 : GButton.button
     val toplevel : [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
     val xml : Glade.glade_xml Gtk.obj
     method bind : name:string -> callback:(unit -> unit) -> unit
-    method cancelbutton1 : GButton.button
     method check_widgets : unit -> unit
-    method dialog_vbox1 : GPack.box
-    method genericDialog :
+    method confirmationDialog :
       [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
-    method okbutton1 : GButton.button
+    method confirmationDialogCancelButton : GButton.button
+    method confirmationDialogLabel : GMisc.label
+    method confirmationDialogOkButton : GButton.button
+    method dialog_vbox1 : GPack.box
     method reparent : GObj.widget -> unit
     method toplevel : [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
     method xml : Glade.glade_xml Gtk.obj