X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGeneratedGui.mli;h=437d85a21faf32953aeda8a1d6dd698a4b489404;hb=fd96ce8e13f4f9adbeef2d9feb32f94dfcfaadad;hp=5a383eb97194bc5c7b166d71e9475b11b82f3008;hpb=1fa0472bfe2ed04c7adf166fa48df687f0022226;p=helm.git diff --git a/helm/matita/matitaGeneratedGui.mli b/helm/matita/matitaGeneratedGui.mli index 5a383eb97..437d85a21 100644 --- a/helm/matita/matitaGeneratedGui.mli +++ b/helm/matita/matitaGeneratedGui.mli @@ -13,11 +13,11 @@ class mainWin : val fileMenu_menu : GMenu.menu val helpMenu : GMenu.menu_item val helpMenu_menu : GMenu.menu - val image84 : GMisc.image - val image85 : GMisc.image - val image86 : GMisc.image - val image87 : GMisc.image - val image88 : GMisc.image + val image108 : GMisc.image + val image109 : GMisc.image + val image110 : GMisc.image + val image111 : GMisc.image + val image112 : GMisc.image val mainMenuBar : GMenu.menu_shell val mainStatusBar : GMisc.statusbar val mainVPanes : GPack.paned @@ -37,6 +37,7 @@ class mainWin : val separator1 : GMenu.menu_item val separator2 : GMenu.menu_item val sequentsNotebook : GPack.notebook + val showCheckMenuItem : GMenu.check_menu_item val showProofMenuItem : GMenu.check_menu_item val showToolBarMenuItem : GMenu.check_menu_item val toplevel : GWindow.window @@ -55,11 +56,11 @@ class mainWin : method fileMenu_menu : GMenu.menu method helpMenu : GMenu.menu_item method helpMenu_menu : GMenu.menu - method image84 : GMisc.image - method image85 : GMisc.image - method image86 : GMisc.image - method image87 : GMisc.image - method image88 : GMisc.image + method image108 : GMisc.image + method image109 : GMisc.image + method image110 : GMisc.image + method image111 : GMisc.image + method image112 : GMisc.image method mainMenuBar : GMenu.menu_shell method mainStatusBar : GMisc.statusbar method mainVPanes : GPack.paned @@ -80,6 +81,7 @@ class mainWin : method separator1 : GMenu.menu_item method separator2 : GMenu.menu_item method sequentsNotebook : GPack.notebook + method showCheckMenuItem : GMenu.check_menu_item method showProofMenuItem : GMenu.check_menu_item method showToolBarMenuItem : GMenu.check_menu_item method toplevel : GWindow.window @@ -321,4 +323,19 @@ class emptyDialog : method toplevel : GWindow.dialog_any method xml : Glade.glade_xml Gtk.obj end +class checkWin : + ?file:string -> + ?domain:string -> + ?autoconnect:bool -> + unit -> + object + val checkWin : GWindow.window + val toplevel : GWindow.window + val xml : Glade.glade_xml Gtk.obj + method bind : name:string -> callback:(unit -> unit) -> unit + method checkWin : GWindow.window + method check_widgets : unit -> unit + method toplevel : GWindow.window + method xml : Glade.glade_xml Gtk.obj + end val check_all : ?show:bool -> unit -> unit