X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGeneratedGui.mli;h=3c646b10cbaadf32efe9d3174ba7eb69751e8b57;hb=282f371ba8533ea0e4e667265f9e4b04856bf972;hp=d67a2754990e56e2318530a518f4862de344a9d4;hpb=3705200c998538c28d8cd9d3ca557616837daf05;p=helm.git diff --git a/helm/matita/matitaGeneratedGui.mli b/helm/matita/matitaGeneratedGui.mli index d67a27549..3c646b10c 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 image116 : GMisc.image - val image117 : GMisc.image - val image118 : GMisc.image - val image119 : GMisc.image - val image120 : GMisc.image + val image128 : GMisc.image + val image129 : GMisc.image + val image130 : GMisc.image + val image131 : GMisc.image + val image132 : GMisc.image val mainMenuBar : GMenu.menu_shell val mainStatusBar : GMisc.statusbar val mainVPanes : GPack.paned @@ -39,6 +39,7 @@ class mainWin : val sequentsNotebook : GPack.notebook val showCheckMenuItem : GMenu.check_menu_item val showProofMenuItem : GMenu.check_menu_item + val showScriptMenuItem : GMenu.check_menu_item val showToolBarMenuItem : GMenu.check_menu_item val toplevel : GWindow.window val viewMenu : GMenu.menu_item @@ -56,11 +57,11 @@ class mainWin : method fileMenu_menu : GMenu.menu method helpMenu : GMenu.menu_item method helpMenu_menu : GMenu.menu - method image116 : GMisc.image - method image117 : GMisc.image - method image118 : GMisc.image - method image119 : GMisc.image - method image120 : GMisc.image + method image128 : GMisc.image + method image129 : GMisc.image + method image130 : GMisc.image + method image131 : GMisc.image + method image132 : GMisc.image method mainMenuBar : GMenu.menu_shell method mainStatusBar : GMisc.statusbar method mainVPanes : GPack.paned @@ -83,6 +84,7 @@ class mainWin : method sequentsNotebook : GPack.notebook method showCheckMenuItem : GMenu.check_menu_item method showProofMenuItem : GMenu.check_menu_item + method showScriptMenuItem : GMenu.check_menu_item method showToolBarMenuItem : GMenu.check_menu_item method toplevel : GWindow.window method viewMenu : GMenu.menu_item @@ -116,16 +118,16 @@ class fileSelectionWin : ?autoconnect:bool -> unit -> object - val cancel_button1 : GButton.button + val fileSelCancelButton : GButton.button + val fileSelOkButton : GButton.button val fileSelectionWin : GWindow.file_selection - val ok_button1 : GButton.button val toplevel : GWindow.file_selection val xml : Glade.glade_xml Gtk.obj method bind : name:string -> callback:(unit -> unit) -> unit - method cancel_button1 : GButton.button method check_widgets : unit -> unit + method fileSelCancelButton : GButton.button + method fileSelOkButton : GButton.button method fileSelectionWin : GWindow.file_selection - method ok_button1 : GButton.button method toplevel : GWindow.file_selection method xml : Glade.glade_xml Gtk.obj end @@ -343,4 +345,42 @@ class checkWin : method toplevel : GWindow.window method xml : Glade.glade_xml Gtk.obj end +class scriptWin : + ?file:string -> + ?domain:string -> + ?autoconnect:bool -> + unit -> + object + val button5 : GButton.button + val button6 : GButton.button + val button7 : GButton.button + val image133 : GMisc.image + val image134 : GMisc.image + val image135 : GMisc.image + val scriptTextView : GText.view + val scriptWin : GWindow.window + val scriptWinEventBox : GBin.event_box + val scrolledScript : GBin.scrolled_window + val toolbar1 : GButton.toolbar + val toplevel : GWindow.window + val vbox4 : GPack.box + val xml : Glade.glade_xml Gtk.obj + method bind : name:string -> callback:(unit -> unit) -> unit + method button5 : GButton.button + method button6 : GButton.button + method button7 : GButton.button + method check_widgets : unit -> unit + method image133 : GMisc.image + method image134 : GMisc.image + method image135 : GMisc.image + method reparent : GObj.widget -> unit + method scriptTextView : GText.view + method scriptWin : GWindow.window + method scriptWinEventBox : GBin.event_box + method scrolledScript : GBin.scrolled_window + method toolbar1 : GButton.toolbar + method toplevel : GWindow.window + method vbox4 : GPack.box + method xml : Glade.glade_xml Gtk.obj + end val check_all : ?show:bool -> unit -> unit