WidthPixels returns the outer width of the *WindowBase, including decorations.
()
| 1755 | |
| 1756 | // WidthPixels returns the outer width of the *WindowBase, including decorations. |
| 1757 | func (wb *WindowBase) WidthPixels() int { |
| 1758 | return wb.window.BoundsPixels().Width |
| 1759 | } |
| 1760 | |
| 1761 | // SetWidth sets the outer width of the *WindowBase, including decorations. |
| 1762 | func (wb *WindowBase) SetWidth(value int) error { |
no test coverage detected