diff -r f227183ae1df -r c3f41b959a65 Documentation/Source/eric6.UI.UserInterface.html --- a/Documentation/Source/eric6.UI.UserInterface.html Thu Aug 10 11:57:04 2017 +0200 +++ b/Documentation/Source/eric6.UI.UserInterface.html Thu Aug 10 13:58:50 2017 +0200 @@ -1999,7 +1999,7 @@ </dl><dl> <dt>Return Type:</dt> <dd> -tuple of int and str +tuple of int </dd> </dl><a NAME="UserInterface.__versionsDownloadCanceled" ID="UserInterface.__versionsDownloadCanceled"></a> <h4>UserInterface.__versionsDownloadCanceled</h4> @@ -2543,19 +2543,23 @@ Public method to show the Log-Viewer. </p><a NAME="UserInterface.showNotification" ID="UserInterface.showNotification"></a> <h4>UserInterface.showNotification</h4> -<b>showNotification</b>(<i>icon, heading, text</i>) +<b>showNotification</b>(<i>icon, heading, text, timeout=None</i>) <p> Public 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="UserInterface.showPluginsAvailable" ID="UserInterface.showPluginsAvailable"></a> <h4>UserInterface.showPluginsAvailable</h4>