X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaGeneratedGui.mli;h=d67a2754990e56e2318530a518f4862de344a9d4;hb=a7ab0ef67114c3152920f03ae1d7bfaaf1fae290;hp=5a383eb97194bc5c7b166d71e9475b11b82f3008;hpb=1fa0472bfe2ed04c7adf166fa48df687f0022226;p=helm.git diff --git a/helm/matita/matitaGeneratedGui.mli b/helm/matita/matitaGeneratedGui.mli index 5a383eb97..d67a27549 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 image116 : GMisc.image + val image117 : GMisc.image + val image118 : GMisc.image + val image119 : GMisc.image + val image120 : 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 image116 : GMisc.image + method image117 : GMisc.image + method image118 : GMisc.image + method image119 : GMisc.image + method image120 : 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,24 @@ 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 checkWinEventBox : GBin.event_box + val scrolledCheck : GBin.scrolled_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 checkWinEventBox : GBin.event_box + method check_widgets : unit -> unit + method reparent : GObj.widget -> unit + method scrolledCheck : GBin.scrolled_window + method toplevel : GWindow.window + method xml : Glade.glade_xml Gtk.obj + end val check_all : ?show:bool -> unit -> unit