diff -r 7caa05cd6168 -r 68b6b5127363 src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html --- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Sep 22 17:24:02 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Sat Sep 23 15:06:36 2023 +0200 @@ -1008,6 +1008,10 @@ <td>Private slot to handle the currentChanged signal.</td> </tr> <tr> +<td><a href="#Tabview.__setIcon">__setIcon</a></td> +<td>Private method to set the icon for the given editor.</td> +</tr> +<tr> <td><a href="#Tabview._addView">_addView</a></td> <td>Protected method to add a view (i.e.</td> </tr> @@ -1158,6 +1162,24 @@ index of the current tab </dd> </dl> +<a NAME="Tabview.__setIcon" ID="Tabview.__setIcon"></a> +<h4>Tabview.__setIcon</h4> +<b>__setIcon</b>(<i>editor, modified</i>) + +<p> + Private method to set the icon for the given editor. +</p> +<dl> + +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor to set the icon for +</dd> +<dt><i>modified</i> (bool)</dt> +<dd> +flag indicating the modification status +</dd> +</dl> <a NAME="Tabview._addView" ID="Tabview._addView"></a> <h4>Tabview._addView</h4> <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) @@ -1200,20 +1222,20 @@ </p> <a NAME="Tabview._modificationStatusChanged" ID="Tabview._modificationStatusChanged"></a> <h4>Tabview._modificationStatusChanged</h4> -<b>_modificationStatusChanged</b>(<i>m, editor</i>) +<b>_modificationStatusChanged</b>(<i>modified, editor</i>) <p> Protected slot to handle the modificationStatusChanged signal. </p> <dl> -<dt><i>m</i> (bool)</dt> +<dt><i>modified</i> (bool)</dt> <dd> flag indicating the modification status </dd> <dt><i>editor</i> (Editor)</dt> <dd> -editor window changed +editor that sent the signal </dd> </dl> <a NAME="Tabview._removeAllViews" ID="Tabview._removeAllViews"></a>