--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html Tue Oct 18 16:11:00 2022 +0200 @@ -174,6 +174,10 @@ <td>Class method to get a reference to the session manager.</td> </tr> <tr> +<td><a href="#WebBrowserWindow.setIconDatabasePath">setIconDatabasePath</a></td> +<td>Class method to set the favicons path.</td> +</tr> +<tr> <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td> <td>Class method to set the QtHelp usage.</td> </tr> @@ -451,10 +455,6 @@ <td>Private method to set the visibility of the bookmarks toolbar.</td> </tr> <tr> -<td><a href="#WebBrowserWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> -<td>Private method to set the favicons path.</td> -</tr> -<tr> <td><a href="#WebBrowserWindow.__setMenuBarVisibility">__setMenuBarVisibility</a></td> <td>Private method to set the visibility of the menu bar.</td> </tr> @@ -1253,6 +1253,20 @@ SessionManager </dd> </dl> +<a NAME="WebBrowserWindow.setIconDatabasePath" ID="WebBrowserWindow.setIconDatabasePath"></a> +<h4>WebBrowserWindow.setIconDatabasePath (class method)</h4> +<b>setIconDatabasePath</b>(<i>enable=True</i>) + +<p> + Class method to set the favicons path. +</p> +<dl> + +<dt><i>enable</i></dt> +<dd> +flag indicating to enabled icon storage (boolean) +</dd> +</dl> <a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a> <h4>WebBrowserWindow.setUseQtHelp (class method)</h4> <b>setUseQtHelp</b>(<i>use</i>) @@ -2042,20 +2056,6 @@ flag indicating the toolbar visibility </dd> </dl> -<a NAME="WebBrowserWindow.__setIconDatabasePath" ID="WebBrowserWindow.__setIconDatabasePath"></a> -<h4>WebBrowserWindow.__setIconDatabasePath</h4> -<b>__setIconDatabasePath</b>(<i>enable=True</i>) - -<p> - Private method to set the favicons path. -</p> -<dl> - -<dt><i>enable</i></dt> -<dd> -flag indicating to enabled icon storage (boolean) -</dd> -</dl> <a NAME="WebBrowserWindow.__setMenuBarVisibility" ID="WebBrowserWindow.__setMenuBarVisibility"></a> <h4>WebBrowserWindow.__setMenuBarVisibility</h4> <b>__setMenuBarVisibility</b>(<i>visible</i>)