SetEnabled sets if the Window is enabled for user interaction.
(value bool)
| 256 | |
| 257 | // SetEnabled sets if the Window is enabled for user interaction. |
| 258 | SetEnabled(value bool) |
| 259 | |
| 260 | // SetFocus sets the keyboard input focus to the Window. |
| 261 | SetFocus() error |