1552 list of history entries to be set (list of strings) |
1552 list of history entries to be set (list of strings) |
1553 </dd> |
1553 </dd> |
1554 </dl> |
1554 </dl> |
1555 <a NAME="DebugUI.showNotification" ID="DebugUI.showNotification"></a> |
1555 <a NAME="DebugUI.showNotification" ID="DebugUI.showNotification"></a> |
1556 <h4>DebugUI.showNotification</h4> |
1556 <h4>DebugUI.showNotification</h4> |
1557 <b>showNotification</b>(<i>notification</i>) |
1557 <b>showNotification</b>(<i>notification, kind=NotificationTypes.Information, timeout=None</i>) |
1558 |
1558 |
1559 <p> |
1559 <p> |
1560 Public method to show some notification message. |
1560 Public method to show some notification message. |
1561 </p> |
1561 </p> |
1562 <dl> |
1562 <dl> |
1563 |
1563 |
1564 <dt><i>notification</i> (str)</dt> |
1564 <dt><i>notification</i> (str)</dt> |
1565 <dd> |
1565 <dd> |
1566 message to be shown |
1566 message to be shown |
|
1567 </dd> |
|
1568 <dt><i>kind</i> (NotificationTypes)</dt> |
|
1569 <dd> |
|
1570 kind of notification to be shown |
|
1571 </dd> |
|
1572 <dt><i>timeout</i> (int)</dt> |
|
1573 <dd> |
|
1574 timeout for the notification (None = use configured |
|
1575 default, 0 = indefinitely) |
1567 </dd> |
1576 </dd> |
1568 </dl> |
1577 </dl> |
1569 <a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a> |
1578 <a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a> |
1570 <h4>DebugUI.shutdown</h4> |
1579 <h4>DebugUI.shutdown</h4> |
1571 <b>shutdown</b>(<i></i>) |
1580 <b>shutdown</b>(<i></i>) |