--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginWizardEricMessageBox.html Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginWizardEricMessageBox.html Fri Dec 22 19:45:17 2023 +0100 @@ -98,9 +98,9 @@ </p> <dl> -<dt><i>ui</i></dt> +<dt><i>ui</i> (UserInterface)</dt> <dd> -reference to the user interface object (UI.UserInterface) +reference to the user interface object </dd> </dl> <a NAME="EricMessageBoxWizard.__callForm" ID="EricMessageBoxWizard.__callForm"></a> @@ -112,7 +112,7 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (Editor)</dt> <dd> reference to the current editor </dd> @@ -120,7 +120,13 @@ <dl> <dt>Return:</dt> <dd> -the generated code (string) +the generated code +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="EricMessageBoxWizard.__handle" ID="EricMessageBoxWizard.__handle"></a> @@ -154,7 +160,13 @@ <dl> <dt>Return:</dt> <dd> -tuple of None and activation status (boolean) +tuple of None and activation status +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="EricMessageBoxWizard.deactivate" ID="EricMessageBoxWizard.deactivate"></a>