--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Oct 27 14:09:40 2023 +0200 @@ -216,7 +216,7 @@ </tr> <tr> <td><a href="#TabWidget.__captionChange">__captionChange</a></td> -<td></td> +<td>Private slot to handle Caption change signals from the editor.</td> </tr> <tr> <td><a href="#TabWidget.__closeButtonClicked">__closeButtonClicked</a></td> @@ -395,6 +395,24 @@ <h4>TabWidget.__captionChange</h4> <b>__captionChange</b>(<i>cap, editor</i>) +<p> + Private slot to handle Caption change signals from the editor. +</p> +<p> + Updates the tab text and tooltip text to reflect the new caption + information. +</p> +<dl> + +<dt><i>cap</i> (str)</dt> +<dd> +Caption for the editor +</dd> +<dt><i>editor</i> (Editor)</dt> +<dd> +Editor to update the caption for +</dd> +</dl> <a NAME="TabWidget.__closeButtonClicked" ID="TabWidget.__closeButtonClicked"></a> <h4>TabWidget.__closeButtonClicked</h4> <b>__closeButtonClicked</b>(<i></i>) @@ -1033,7 +1051,7 @@ </tr> <tr> <td><a href="#Tabview._showView">_showView</a></td> -<td></td> +<td>Protected method to show a view (i.e.</td> </tr> <tr> <td><a href="#Tabview._syntaxErrorToggled">_syntaxErrorToggled</a></td> @@ -1263,6 +1281,20 @@ <h4>Tabview._showView</h4> <b>_showView</b>(<i>win, fn=None</i>) +<p> + Protected method to show a view (i.e. window). +</p> +<dl> + +<dt><i>win</i> (EditorAssembly)</dt> +<dd> +editor assembly to be shown +</dd> +<dt><i>fn</i> (str)</dt> +<dd> +filename of this editor +</dd> +</dl> <a NAME="Tabview._syntaxErrorToggled" ID="Tabview._syntaxErrorToggled"></a> <h4>Tabview._syntaxErrorToggled</h4> <b>_syntaxErrorToggled</b>(<i>editor</i>)