MCPcopy Index your code
hub / github.com/lxn/walk / SetClientSize

Method SetClientSize

window.go:1865–1867  ·  view source on GitHub ↗

SetClientSize sets the size of the inner bounding box of the *WindowBase, excluding decorations.

(value Size)

Source from the content-addressed store, hash-verified

1863// SetClientSize sets the size of the inner bounding box of the *WindowBase,
1864// excluding decorations.
1865func (wb *WindowBase) SetClientSize(value Size) error {
1866 return wb.SetClientSizePixels(wb.SizeFrom96DPI(value))
1867}
1868
1869// SetClientSizePixels sets the size of the inner bounding box of the *WindowBase,
1870// excluding decorations.

Callers

nothing calls this directly

Calls 2

SetClientSizePixelsMethod · 0.95
SizeFrom96DPIMethod · 0.95

Tested by

no test coverage detected