]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGeneratedGui.mli
snapshot
[helm.git] / helm / matita / matitaGeneratedGui.mli
index 017b3cae6f9f1bd130b0cfa50a101fe19966a2a1..f8bb3dc6f4ae701dadcad8bcaa56c882fb0376a7 100644 (file)
@@ -149,25 +149,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
@@ -280,4 +283,28 @@ class interpChoiceDialog :
     method vbox3 : GPack.box
     method xml : Glade.glade_xml Gtk.obj
   end
+class textDialog :
+  ?file:string ->
+  ?domain:string ->
+  ?autoconnect:bool ->
+  unit ->
+  object
+    val textDialog : [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
+    val textDialogCancelButton : GButton.button
+    val textDialogLabel : GMisc.label
+    val textDialogOkButton : GButton.button
+    val textDialogVBox : GPack.box
+    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 check_widgets : unit -> unit
+    method reparent : GObj.widget -> unit
+    method textDialog : [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
+    method textDialogCancelButton : GButton.button
+    method textDialogLabel : GMisc.label
+    method textDialogOkButton : GButton.button
+    method textDialogVBox : GPack.box
+    method toplevel : [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
+    method xml : Glade.glade_xml Gtk.obj
+  end
 val check_all : ?show:bool -> unit -> unit