SetWidth sets the outer width of the Window, including decorations.
(value int)
| 311 | |
| 312 | // SetWidth sets the outer width of the Window, including decorations. |
| 313 | SetWidth(value int) error |
| 314 | |
| 315 | // SetWidthPixels sets the outer width of the Window, including decorations. |
| 316 | SetWidthPixels(value int) error |