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

Method SetClientSizePixels

window.go:1871–1873  ·  view source on GitHub ↗

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

(value Size)

Source from the content-addressed store, hash-verified

1869// SetClientSizePixels sets the size of the inner bounding box of the *WindowBase,
1870// excluding decorations.
1871func (wb *WindowBase) SetClientSizePixels(value Size) error {
1872 return wb.SetSizePixels(wb.sizeFromClientSizePixels(value))
1873}
1874
1875// RequestLayout either schedules or immediately starts performing layout.
1876func (wb *WindowBase) RequestLayout() {

Callers 1

SetClientSizeMethod · 0.95

Calls 2

SetSizePixelsMethod · 0.95

Tested by

no test coverage detected