getTitle()
Return the display's title.
Parameters
Once an object display has been created, you can use the following function:
display.getTitle()
Returns
return title
| Value | Type | Description |
|---|---|---|
| title | str |
The window title. |
Return the display's title.
Once an object display has been created, you can use the following function:
display.getTitle()
return title
| Value | Type | Description |
|---|---|---|
| title | str |
The window title. |