X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGui.mli;h=acc244aa942ab0f729ed28131b9d1890c37ecc8c;hb=eb5345bc1314ca8bf8b9ea2293dbe0aa496b2d69;hp=419dc77eb52b7c3c7f96bfe2e419a976b6374d9e;hpb=e3c0cc9893402419e363ad6616a599f194438273;p=helm.git diff --git a/helm/matita/matitaGui.mli b/helm/matita/matitaGui.mli index 419dc77eb..acc244aa9 100644 --- a/helm/matita/matitaGui.mli +++ b/helm/matita/matitaGui.mli @@ -31,14 +31,11 @@ class gui : method setQuitCallback : (unit -> unit) -> unit method setPhraseCallback : (string -> MatitaTypes.command_outcome) -> unit - (** {2 Access to lower-level GTK widgets} *) + (** {2 Access to singleton instances of lower-level GTK widgets} *) method about : MatitaGeneratedGui.aboutWin - method browser : MatitaGeneratedGui.browserWin - method check : MatitaGeneratedGui.checkWin method fileSel : MatitaGeneratedGui.fileSelectionWin method main : MatitaGeneratedGui.mainWin - method proof : MatitaGeneratedGui.proofWin method script: MatitaGeneratedGui.scriptWin method toolbar : MatitaGeneratedGui.toolBarWin @@ -50,6 +47,7 @@ class gui : * methods below create a new window on each invocation. You should * remember to destroy windows after use *) + method newBrowserWin: unit -> MatitaGeneratedGui.browserWin method newUriDialog: unit -> MatitaGeneratedGui.uriChoiceDialog method newInterpDialog: unit -> MatitaGeneratedGui.interpChoiceDialog method newConfirmationDialog: unit -> MatitaGeneratedGui.confirmationDialog