setToolTipText()
Set the hover text shown over the object.
circle.setToolTipText()
Parameters
circle.setToolTipText(text=None)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
None |
The tooltip text. If omitted, the tooltip is cleared. |
Set the hover text shown over the object.
circle.setToolTipText()
circle.setToolTipText(text=None)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
None |
The tooltip text. If omitted, the tooltip is cleared. |