Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html

changeset 5842
c3f41b959a65
parent 5832
28f36b9c925f
child 6123
39cd368143db
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Thu Aug 10 11:57:04 2017 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Thu Aug 10 13:58:50 2017 +0200
@@ -105,6 +105,9 @@
 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td>
 <td>Class method to get a reference to the most recent active web browser window.</td>
 </tr><tr>
+<td><a href="#WebBrowserWindow.globalStatusBar">globalStatusBar</a></td>
+<td>Class method to get a reference to a global status bar.</td>
+</tr><tr>
 <td><a href="#WebBrowserWindow.greaseMonkeyManager">greaseMonkeyManager</a></td>
 <td>Class method to get a reference to the GreaseMonkey manager.</td>
 </tr><tr>
@@ -787,6 +790,25 @@
 <dd>
 WebBrowserWindow
 </dd>
+</dl><a NAME="WebBrowserWindow.globalStatusBar" ID="WebBrowserWindow.globalStatusBar"></a>
+<h4>WebBrowserWindow.globalStatusBar (class method)</h4>
+<b>globalStatusBar</b>(<i></i>)
+<p>
+        Class method to get a reference to a global status bar.
+</p><p>
+        The global status bar is the status bar of the main window. If
+        no such window exists and the web browser was called from the eric IDE,
+        the status bar of the IDE is returned.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the global status bar
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+QStatusBar
+</dd>
 </dl><a NAME="WebBrowserWindow.greaseMonkeyManager" ID="WebBrowserWindow.greaseMonkeyManager"></a>
 <h4>WebBrowserWindow.greaseMonkeyManager (class method)</h4>
 <b>greaseMonkeyManager</b>(<i></i>)
@@ -965,19 +987,23 @@
 </dd>
 </dl><a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a>
 <h4>WebBrowserWindow.showNotification (class method)</h4>
-<b>showNotification</b>(<i>icon, heading, text</i>)
+<b>showNotification</b>(<i>icon, heading, text, timeout=None</i>)
 <p>
         Class method to show a desktop notification.
 </p><dl>
-<dt><i>icon</i></dt>
+<dt><i>icon</i> (QPixmap)</dt>
 <dd>
-icon to be shown in the notification (QPixmap)
-</dd><dt><i>heading</i></dt>
+icon to be shown in the notification
+</dd><dt><i>heading</i> (str)</dt>
 <dd>
-heading of the notification (string)
-</dd><dt><i>text</i></dt>
+heading of the notification
+</dd><dt><i>text</i> (str)</dt>
 <dd>
-text of the notification (string)
+text of the notification
+</dd><dt><i>timeout</i> (int)</dt>
+<dd>
+time in seconds the notification should be shown
+            (None = use configured timeout, 0 = indefinitely)
 </dd>
 </dl><a NAME="WebBrowserWindow.speedDial" ID="WebBrowserWindow.speedDial"></a>
 <h4>WebBrowserWindow.speedDial (class method)</h4>

eric ide

mercurial