]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGeneratedGui.mli
snapshot
[helm.git] / helm / matita / matitaGeneratedGui.mli
index c4f2a31cc3dc4a8bd7f05f4044fdd19ebd89a919..f8bb3dc6f4ae701dadcad8bcaa56c882fb0376a7 100644 (file)
@@ -1,5 +1,3 @@
-(* Automatically generated from matitaGeneratedGui.ml by make *)
-
 class mainWin :
   ?file:string ->
   ?domain:string ->
@@ -285,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