SetXPixels sets the x coordinate of the Window, relative to the screen for RootWidgets like *MainWindow or *Dialog and relative to the parent for child Windows.
(value int)
| 324 | // RootWidgets like *MainWindow or *Dialog and relative to the parent for |
| 325 | // child Windows. |
| 326 | SetXPixels(value int) error |
| 327 | |
| 328 | // SetY sets the y coordinate of the Window, relative to the screen for |
| 329 | // RootWidgets like *MainWindow or *Dialog and relative to the parent for |