--- a/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html Mon Nov 01 16:53:32 2021 +0100 +++ b/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html Mon Nov 01 16:58:52 2021 +0100 @@ -80,10 +80,6 @@ <td>Private method to shrink the sidebar.</td> </tr> <tr> -<td><a href="#EricSideBar.__splitterMoved">__splitterMoved</a></td> -<td>Private slot to react on splitter moves.</td> -</tr> -<tr> <td><a href="#EricSideBar.addTab">addTab</a></td> <td>Public method to add a tab to the sidebar.</td> </tr> @@ -168,10 +164,6 @@ <td>Public method to set the orientation of the sidebar.</td> </tr> <tr> -<td><a href="#EricSideBar.setSplitter">setSplitter</a></td> -<td>Public method to set the splitter managing the sidebar.</td> -</tr> -<tr> <td><a href="#EricSideBar.widget">widget</a></td> <td>Public method to get a reference to the widget associated with a tab.</td> </tr> @@ -247,24 +239,6 @@ <p> Private method to shrink the sidebar. </p> -<a NAME="EricSideBar.__splitterMoved" ID="EricSideBar.__splitterMoved"></a> -<h4>EricSideBar.__splitterMoved</h4> -<b>__splitterMoved</b>(<i>pos, index</i>) - -<p> - Private slot to react on splitter moves. -</p> -<dl> - -<dt><i>pos</i></dt> -<dd> -new position of the splitter handle (integer) -</dd> -<dt><i>index</i></dt> -<dd> -index of the splitter handle (integer) -</dd> -</dl> <a NAME="EricSideBar.addTab" ID="EricSideBar.addTab"></a> <h4>EricSideBar.addTab</h4> <b>addTab</b>(<i>widget, icon, label=None</i>) @@ -583,20 +557,6 @@ orientation of the sidebar </dd> </dl> -<a NAME="EricSideBar.setSplitter" ID="EricSideBar.setSplitter"></a> -<h4>EricSideBar.setSplitter</h4> -<b>setSplitter</b>(<i>splitter</i>) - -<p> - Public method to set the splitter managing the sidebar. -</p> -<dl> - -<dt><i>splitter</i></dt> -<dd> -reference to the splitter (QSplitter) -</dd> -</dl> <a NAME="EricSideBar.widget" ID="EricSideBar.widget"></a> <h4>EricSideBar.widget</h4> <b>widget</b>(<i>index</i>)