Documentation/Source/eric6.UI.UserInterface.html

changeset 6934
eae7d1d9cc7b
parent 6632
084880ed940c
--- a/Documentation/Source/eric6.UI.UserInterface.html	Mon Apr 08 19:15:58 2019 +0200
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Mon Apr 08 19:16:42 2019 +0200
@@ -201,6 +201,9 @@
 <td><a href="#UserInterface.__activateBrowser">__activateBrowser</a></td>
 <td>Private slot to handle the activation of the file browser.</td>
 </tr><tr>
+<td><a href="#UserInterface.__activateCondaWidget">__activateCondaWidget</a></td>
+<td>Private slot to handle the activation of the Conda manager widget.</td>
+</tr><tr>
 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td>
 <td>Private slot to handle the activation of the IRC window.</td>
 </tr><tr>
@@ -213,6 +216,9 @@
 <td><a href="#UserInterface.__activateNumbersViewer">__activateNumbersViewer</a></td>
 <td>Private slot to handle the activation of the Numbers Viewer.</td>
 </tr><tr>
+<td><a href="#UserInterface.__activatePipWidget">__activatePipWidget</a></td>
+<td>Private slot to handle the activation of the PyPI manager widget.</td>
+</tr><tr>
 <td><a href="#UserInterface.__activateProjectBrowser">__activateProjectBrowser</a></td>
 <td>Private slot to handle the activation of the project browser.</td>
 </tr><tr>
@@ -937,6 +943,11 @@
 <b>__activateBrowser</b>(<i></i>)
 <p>
         Private slot to handle the activation of the file browser.
+</p><a NAME="UserInterface.__activateCondaWidget" ID="UserInterface.__activateCondaWidget"></a>
+<h4>UserInterface.__activateCondaWidget</h4>
+<b>__activateCondaWidget</b>(<i></i>)
+<p>
+        Private slot to handle the activation of the Conda manager widget.
 </p><a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a>
 <h4>UserInterface.__activateIRC</h4>
 <b>__activateIRC</b>(<i></i>)
@@ -957,6 +968,11 @@
 <b>__activateNumbersViewer</b>(<i></i>)
 <p>
         Private slot to handle the activation of the Numbers Viewer.
+</p><a NAME="UserInterface.__activatePipWidget" ID="UserInterface.__activatePipWidget"></a>
+<h4>UserInterface.__activatePipWidget</h4>
+<b>__activatePipWidget</b>(<i></i>)
+<p>
+        Private slot to handle the activation of the PyPI manager widget.
 </p><a NAME="UserInterface.__activateProjectBrowser" ID="UserInterface.__activateProjectBrowser"></a>
 <h4>UserInterface.__activateProjectBrowser</h4>
 <b>__activateProjectBrowser</b>(<i></i>)

eric ide

mercurial