281 <b>__showNotificationMessage</b>(<i>message, timeout=5</i>) |
281 <b>__showNotificationMessage</b>(<i>message, timeout=5</i>) |
282 |
282 |
283 <p> |
283 <p> |
284 Private method to show some message in a notification widget. |
284 Private method to show some message in a notification widget. |
285 </p> |
285 </p> |
286 <p> |
|
287 If desktop notifications have been disabled, the message will |
|
288 be shown in the status bar of the main window (either the main |
|
289 web browser window or the eric main window) |
|
290 </p> |
|
291 <dl> |
286 <dl> |
292 |
287 |
293 <dt><i>message</i> (str)</dt> |
288 <dt><i>message</i> (str)</dt> |
294 <dd> |
289 <dd> |
295 message to be shown |
290 message to be shown |