Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingManager.html

changeset 5842
c3f41b959a65
parent 5839
fe4d62e23908
child 6093
5ed91fe54bc9
--- a/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingManager.html	Thu Aug 10 11:57:04 2017 +0200
+++ b/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingManager.html	Thu Aug 10 13:58:50 2017 +0200
@@ -82,8 +82,8 @@
 <td><a href="#SafeBrowsingManager.__setPlatforms">__setPlatforms</a></td>
 <td>Private method to set the platforms to be checked against.</td>
 </tr><tr>
-<td><a href="#SafeBrowsingManager.__showStatusBarMessage">__showStatusBarMessage</a></td>
-<td>Private method to show some message in the main window status bar.</td>
+<td><a href="#SafeBrowsingManager.__showNotificationMessage">__showNotificationMessage</a></td>
+<td>Private method to show some message in a notification widget.</td>
 </tr><tr>
 <td><a href="#SafeBrowsingManager.__syncFullHashes">__syncFullHashes</a></td>
 <td>Private method to download full hashes matching given prefixes.</td>
@@ -191,15 +191,23 @@
 <b>__setPlatforms</b>(<i></i>)
 <p>
         Private method to set the platforms to be checked against.
-</p><a NAME="SafeBrowsingManager.__showStatusBarMessage" ID="SafeBrowsingManager.__showStatusBarMessage"></a>
-<h4>SafeBrowsingManager.__showStatusBarMessage</h4>
-<b>__showStatusBarMessage</b>(<i>message</i>)
+</p><a NAME="SafeBrowsingManager.__showNotificationMessage" ID="SafeBrowsingManager.__showNotificationMessage"></a>
+<h4>SafeBrowsingManager.__showNotificationMessage</h4>
+<b>__showNotificationMessage</b>(<i>message, timeout=5</i>)
 <p>
-        Private method to show some message in the main window status bar.
+        Private method to show some message in a notification widget.
+</p><p>
+        If desktop notifications have been disabled, the message will
+        be shown in the status bar of the main window (either the main
+        web browser window or the eric main window)
 </p><dl>
 <dt><i>message</i> (str)</dt>
 <dd>
 message to be shown
+</dd><dt><i>timeout</i> (int)</dt>
+<dd>
+amount of time in seconds the message should be shown
+            (0 = indefinitely)
 </dd>
 </dl><a NAME="SafeBrowsingManager.__syncFullHashes" ID="SafeBrowsingManager.__syncFullHashes"></a>
 <h4>SafeBrowsingManager.__syncFullHashes</h4>

eric ide

mercurial