SetSize sets the size of the window, in actual pixel units (i.e., the same units as returned by Size()) Divides by DevPixRatio before calling SetWinSize.
(sz image.Point)
| 81 | // (i.e., the same units as returned by Size()) |
| 82 | // Divides by DevPixRatio before calling SetWinSize. |
| 83 | SetSize(sz image.Point) |
| 84 | |
| 85 | // SetPos sets the position of the window, in OS window manager |
| 86 | // coordinates, which may be different from Size() coordinates |
no outgoing calls
no test coverage detected