eric6/Documentation/Source/eric6.UI.NotificationWidget.html

changeset 8266
560547c2b6ec
parent 7989
a21d673a8f99
diff -r 0090cfa83159 -r 560547c2b6ec eric6/Documentation/Source/eric6.UI.NotificationWidget.html
--- a/eric6/Documentation/Source/eric6.UI.NotificationWidget.html	Tue Apr 27 17:25:06 2021 +0200
+++ b/eric6/Documentation/Source/eric6.UI.NotificationWidget.html	Tue Apr 27 17:25:30 2021 +0200
@@ -149,7 +149,7 @@
 </dl>
 <a NAME="NotificationFrame.__init__" ID="NotificationFrame.__init__"></a>
 <h4>NotificationFrame (Constructor)</h4>
-<b>NotificationFrame</b>(<i>icon, heading, text, kind=NotificationTypes.Information, parent=None</i>)
+<b>NotificationFrame</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, parent=None</i>)
 
 <p>
         Constructor
@@ -187,11 +187,11 @@
     Class implementing the notification types.
 </p>
 <h3>Derived from</h3>
-Enum
+enum.Enum
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>Critical</td></tr><tr><td>Information</td></tr><tr><td>Other</td></tr><tr><td>Warning</td></tr>
+<tr><td>CRITICAL</td></tr><tr><td>INFORMATION</td></tr><tr><td>OTHER</td></tr><tr><td>WARNING</td></tr>
 </table>
 <h3>Class Methods</h3>
 
@@ -353,7 +353,7 @@
 </dl>
 <a NAME="NotificationWidget.showNotification" ID="NotificationWidget.showNotification"></a>
 <h4>NotificationWidget.showNotification</h4>
-<b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.Information, timeout=0</i>)
+<b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=0</i>)
 
 <p>
         Public method to show a notification.

eric ide

mercurial