SetYPixels sets the y coordinate of the Window, relative to the screen for RootWidgets like *MainWindow or *Dialog and relative to the parent for child Windows.
(value int)
| 334 | // RootWidgets like *MainWindow or *Dialog and relative to the parent for |
| 335 | // child Windows. |
| 336 | SetYPixels(value int) error |
| 337 | |
| 338 | // Size returns the outer size of the Window, including decorations. |
| 339 | Size() Size |