diff -r a70ebfad3d0e -r 44e15eda6506 eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html --- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html Tue Jan 05 15:14:40 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html Tue Jan 05 18:28:31 2021 +0100 @@ -172,10 +172,6 @@ <td>Class method to get a reference to the network manager object.</td> </tr> <tr> -<td><a href="#WebBrowserWindow.notificationsEnabled">notificationsEnabled</a></td> -<td>Class method to check, if notifications are enabled.</td> -</tr> -<tr> <td><a href="#WebBrowserWindow.passwordManager">passwordManager</a></td> <td>Class method to get a reference to the password manager.</td> </tr> @@ -1238,19 +1234,6 @@ reference to the network access manager (NetworkManager) </dd> </dl> -<a NAME="WebBrowserWindow.notificationsEnabled" ID="WebBrowserWindow.notificationsEnabled"></a> -<h4>WebBrowserWindow.notificationsEnabled (class method)</h4> -<b>notificationsEnabled</b>(<i></i>) - -<p> - Class method to check, if notifications are enabled. -</p> -<dl> -<dt>Returns:</dt> -<dd> -flag indicating, if notifications are enabled (boolean) -</dd> -</dl> <a NAME="WebBrowserWindow.passwordManager" ID="WebBrowserWindow.passwordManager"></a> <h4>WebBrowserWindow.passwordManager (class method)</h4> <b>passwordManager</b>(<i></i>) @@ -1351,7 +1334,7 @@ </dl> <a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> <h4>WebBrowserWindow.showNotification (class method)</h4> -<b>showNotification</b>(<i>icon, heading, text, timeout=None</i>) +<b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.Information, timeout=None</i>) <p> Class method to show a desktop notification. @@ -1370,6 +1353,10 @@ <dd> text of the notification </dd> +<dt><i>kind</i> (NotificationTypes)</dt> +<dd> +kind of notification to be shown +</dd> <dt><i>timeout</i> (int)</dt> <dd> time in seconds the notification should be shown