SetName sets the name of the Window. This is important if you want to make use of the built-in UI persistence. Some windows support automatic state persistence. See Settings for details.
(name string)
| 287 | // Some windows support automatic state persistence. See Settings for |
| 288 | // details. |
| 289 | SetName(name string) |
| 290 | |
| 291 | // SetRightToLeftReading sets whether the reading order of the Window |
| 292 | // is from right to left. |
no outgoing calls
no test coverage detected