SizePixels returns the outer size of the *WindowBase, including decorations.
()
| 1671 | |
| 1672 | // SizePixels returns the outer size of the *WindowBase, including decorations. |
| 1673 | func (wb *WindowBase) SizePixels() Size { |
| 1674 | return wb.window.BoundsPixels().Size() |
| 1675 | } |
| 1676 | |
| 1677 | // SetSize sets the outer size of the *WindowBase, including decorations. |
| 1678 | func (wb *WindowBase) SetSize(size Size) error { |
no test coverage detected