--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Mon Nov 01 16:53:32 2021 +0100 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Mon Nov 01 16:58:52 2021 +0100 @@ -261,10 +261,18 @@ <td>Private method to activate the Find File widget.</td> </tr> <tr> +<td><a href="#UserInterface.__activateHelpViewerWidget">__activateHelpViewerWidget</a></td> +<td>Private method to activate the embedded Help Viewer window.</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> +<td><a href="#UserInterface.__activateLeftRightSidebarWidget">__activateLeftRightSidebarWidget</a></td> +<td>Private method to activate the given widget in the left or right sidebar.</td> +</tr> +<tr> <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> <td>Private slot to handle the activation of the Log Viewer.</td> </tr> @@ -1291,6 +1299,20 @@ <p> Private method to activate the Find File widget. </p> +<a NAME="UserInterface.__activateHelpViewerWidget" ID="UserInterface.__activateHelpViewerWidget"></a> +<h4>UserInterface.__activateHelpViewerWidget</h4> +<b>__activateHelpViewerWidget</b>(<i>urlStr=None</i>) + +<p> + Private method to activate the embedded Help Viewer window. +</p> +<dl> + +<dt><i>urlStr</i> (str)</dt> +<dd> +URL to be shown +</dd> +</dl> <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> <h4>UserInterface.__activateIRC</h4> <b>__activateIRC</b>(<i></i>) @@ -1298,6 +1320,21 @@ <p> Private slot to handle the activation of the IRC window. </p> +<a NAME="UserInterface.__activateLeftRightSidebarWidget" ID="UserInterface.__activateLeftRightSidebarWidget"></a> +<h4>UserInterface.__activateLeftRightSidebarWidget</h4> +<b>__activateLeftRightSidebarWidget</b>(<i>widget</i>) + +<p> + Private method to activate the given widget in the left or right + sidebar. +</p> +<dl> + +<dt><i>widget</i> (QWidget)</dt> +<dd> +reference to the widget to be activated +</dd> +</dl> <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> <h4>UserInterface.__activateLogViewer</h4> <b>__activateLogViewer</b>(<i></i>)