getText()
Return the button's text.
Parameters
Once an object button has been created, you can use the following function:
button.getText()
Returns
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The text shown on the button. |
Return the button's text.
Once an object button has been created, you can use the following function:
button.getText()
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The text shown on the button. |