]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGeneratedGui.mli
###############################################################
[helm.git] / helm / matita / matitaGeneratedGui.mli
index 017b3cae6f9f1bd130b0cfa50a101fe19966a2a1..e2aa8cb9883b8ab532046954a19bbdd526c5a171 100644 (file)
@@ -27,11 +27,11 @@ class mainWin :
     val newMenu_menu : GMenu.menu
     val newProofMenuItem : GMenu.menu_item
     val openMenuItem : GMenu.image_menu_item
-    val proofStatus : GBin.scrolled_window
     val quitMenuItem : GMenu.image_menu_item
     val saveAsMenuItem : GMenu.image_menu_item
     val saveMenuItem : GMenu.image_menu_item
-    val scrolledUserInput : GBin.scrolled_window
+    val scrolledConsole : GBin.scrolled_window
+    val scrolledSequents : GBin.scrolled_window
     val separator1 : GMenu.menu_item
     val separator2 : GMenu.menu_item
     val showProofMenuItem : GMenu.check_menu_item
@@ -65,12 +65,12 @@ class mainWin :
     method newMenu_menu : GMenu.menu
     method newProofMenuItem : GMenu.menu_item
     method openMenuItem : GMenu.image_menu_item
-    method proofStatus : GBin.scrolled_window
     method quitMenuItem : GMenu.image_menu_item
     method reparent : GObj.widget -> unit
     method saveAsMenuItem : GMenu.image_menu_item
     method saveMenuItem : GMenu.image_menu_item
-    method scrolledUserInput : GBin.scrolled_window
+    method scrolledConsole : GBin.scrolled_window
+    method scrolledSequents : GBin.scrolled_window
     method separator1 : GMenu.menu_item
     method separator2 : GMenu.menu_item
     method showProofMenuItem : GMenu.check_menu_item
@@ -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,29 @@ class interpChoiceDialog :
     method vbox3 : GPack.box
     method xml : Glade.glade_xml Gtk.obj
   end
+class emptyDialog :
+  ?file:string ->
+  ?domain:string ->
+  ?autoconnect:bool ->
+  unit ->
+  object
+    val emptyDialog : [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
+    val emptyDialogCancelButton : GButton.button
+    val emptyDialogLabel : GMisc.label
+    val emptyDialogOkButton : GButton.button
+    val emptyDialogVBox : 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 emptyDialog :
+      [ `DELETE_EVENT | `ID of int | `NONE ] GWindow.dialog
+    method emptyDialogCancelButton : GButton.button
+    method emptyDialogLabel : GMisc.label
+    method emptyDialogOkButton : GButton.button
+    method emptyDialogVBox : GPack.box
+    method reparent : GObj.widget -> unit
+    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