SetVisible sets if the Window is visible.
(value bool)
| 308 | |
| 309 | // SetVisible sets if the Window is visible. |
| 310 | SetVisible(value bool) |
| 311 | |
| 312 | // SetWidth sets the outer width of the Window, including decorations. |
| 313 | SetWidth(value int) error |
no outgoing calls
no test coverage detected