setToolTipText()
Set the hover text shown over the display.
Parameters
Once an object display has been created, you can use the following functions:
display.setToolTipText()
display.setToolTipText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
None |
The tooltip text. If omitted, the tooltip is cleared. |