170 <tr> |
170 <tr> |
171 <td><a href="#WebBrowserWindow.networkManager">networkManager</a></td> |
171 <td><a href="#WebBrowserWindow.networkManager">networkManager</a></td> |
172 <td>Class method to get a reference to the network manager object.</td> |
172 <td>Class method to get a reference to the network manager object.</td> |
173 </tr> |
173 </tr> |
174 <tr> |
174 <tr> |
175 <td><a href="#WebBrowserWindow.notificationsEnabled">notificationsEnabled</a></td> |
|
176 <td>Class method to check, if notifications are enabled.</td> |
|
177 </tr> |
|
178 <tr> |
|
179 <td><a href="#WebBrowserWindow.passwordManager">passwordManager</a></td> |
175 <td><a href="#WebBrowserWindow.passwordManager">passwordManager</a></td> |
180 <td>Class method to get a reference to the password manager.</td> |
176 <td>Class method to get a reference to the password manager.</td> |
181 </tr> |
177 </tr> |
182 <tr> |
178 <tr> |
183 <td><a href="#WebBrowserWindow.personalInformationManager">personalInformationManager</a></td> |
179 <td><a href="#WebBrowserWindow.personalInformationManager">personalInformationManager</a></td> |
1236 <dt>Returns:</dt> |
1232 <dt>Returns:</dt> |
1237 <dd> |
1233 <dd> |
1238 reference to the network access manager (NetworkManager) |
1234 reference to the network access manager (NetworkManager) |
1239 </dd> |
1235 </dd> |
1240 </dl> |
1236 </dl> |
1241 <a NAME="WebBrowserWindow.notificationsEnabled" ID="WebBrowserWindow.notificationsEnabled"></a> |
|
1242 <h4>WebBrowserWindow.notificationsEnabled (class method)</h4> |
|
1243 <b>notificationsEnabled</b>(<i></i>) |
|
1244 |
|
1245 <p> |
|
1246 Class method to check, if notifications are enabled. |
|
1247 </p> |
|
1248 <dl> |
|
1249 <dt>Returns:</dt> |
|
1250 <dd> |
|
1251 flag indicating, if notifications are enabled (boolean) |
|
1252 </dd> |
|
1253 </dl> |
|
1254 <a NAME="WebBrowserWindow.passwordManager" ID="WebBrowserWindow.passwordManager"></a> |
1237 <a NAME="WebBrowserWindow.passwordManager" ID="WebBrowserWindow.passwordManager"></a> |
1255 <h4>WebBrowserWindow.passwordManager (class method)</h4> |
1238 <h4>WebBrowserWindow.passwordManager (class method)</h4> |
1256 <b>passwordManager</b>(<i></i>) |
1239 <b>passwordManager</b>(<i></i>) |
1257 |
1240 |
1258 <p> |
1241 <p> |
1349 flag indicating usage (boolean) |
1332 flag indicating usage (boolean) |
1350 </dd> |
1333 </dd> |
1351 </dl> |
1334 </dl> |
1352 <a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> |
1335 <a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> |
1353 <h4>WebBrowserWindow.showNotification (class method)</h4> |
1336 <h4>WebBrowserWindow.showNotification (class method)</h4> |
1354 <b>showNotification</b>(<i>icon, heading, text, timeout=None</i>) |
1337 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.Information, timeout=None</i>) |
1355 |
1338 |
1356 <p> |
1339 <p> |
1357 Class method to show a desktop notification. |
1340 Class method to show a desktop notification. |
1358 </p> |
1341 </p> |
1359 <dl> |
1342 <dl> |
1367 heading of the notification |
1350 heading of the notification |
1368 </dd> |
1351 </dd> |
1369 <dt><i>text</i> (str)</dt> |
1352 <dt><i>text</i> (str)</dt> |
1370 <dd> |
1353 <dd> |
1371 text of the notification |
1354 text of the notification |
|
1355 </dd> |
|
1356 <dt><i>kind</i> (NotificationTypes)</dt> |
|
1357 <dd> |
|
1358 kind of notification to be shown |
1372 </dd> |
1359 </dd> |
1373 <dt><i>timeout</i> (int)</dt> |
1360 <dt><i>timeout</i> (int)</dt> |
1374 <dd> |
1361 <dd> |
1375 time in seconds the notification should be shown |
1362 time in seconds the notification should be shown |
1376 (None = use configured timeout, 0 = indefinitely) |
1363 (None = use configured timeout, 0 = indefinitely) |