src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html

branch
eric7
changeset 9298
8863f3e970a2
parent 9209
b99e7fd55fd3
child 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html	Thu Aug 25 19:35:37 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html	Fri Aug 26 14:49:15 2022 +0200
@@ -68,10 +68,6 @@
 <td>Private slot to handle a change of the current icon.</td>
 </tr>
 <tr>
-<td><a href="#EricSideBar.__currentIconClicked">__currentIconClicked</a></td>
-<td>Private slot to handle a click of the current icon.</td>
-</tr>
-<tr>
 <td><a href="#EricSideBar.__expandIt">__expandIt</a></td>
 <td>Private method to expand the sidebar.</td>
 </tr>
@@ -80,6 +76,10 @@
 <td>Private method to shrink the sidebar.</td>
 </tr>
 <tr>
+<td><a href="#EricSideBar.__shrinkOrExpandIt">__shrinkOrExpandIt</a></td>
+<td>Private slot to shrink or expand the widget stack.</td>
+</tr>
+<tr>
 <td><a href="#EricSideBar.addTab">addTab</a></td>
 <td>Public method to add a tab to the sidebar.</td>
 </tr>
@@ -211,20 +211,6 @@
 index of the current icon
 </dd>
 </dl>
-<a NAME="EricSideBar.__currentIconClicked" ID="EricSideBar.__currentIconClicked"></a>
-<h4>EricSideBar.__currentIconClicked</h4>
-<b>__currentIconClicked</b>(<i>index</i>)
-
-<p>
-        Private slot to handle a click of the current icon.
-</p>
-<dl>
-
-<dt><i>index</i> (int)</dt>
-<dd>
-index of the clicked icon
-</dd>
-</dl>
 <a NAME="EricSideBar.__expandIt" ID="EricSideBar.__expandIt"></a>
 <h4>EricSideBar.__expandIt</h4>
 <b>__expandIt</b>(<i></i>)
@@ -239,6 +225,13 @@
 <p>
         Private method to shrink the sidebar.
 </p>
+<a NAME="EricSideBar.__shrinkOrExpandIt" ID="EricSideBar.__shrinkOrExpandIt"></a>
+<h4>EricSideBar.__shrinkOrExpandIt</h4>
+<b>__shrinkOrExpandIt</b>(<i></i>)
+
+<p>
+        Private slot to shrink or expand the widget stack.
+</p>
 <a NAME="EricSideBar.addTab" ID="EricSideBar.addTab"></a>
 <h4>EricSideBar.addTab</h4>
 <b>addTab</b>(<i>widget, icon, label=None</i>)

eric ide

mercurial