MCPcopy
hub / github.com/lxn/walk / SetBoundsPixels

Method SetBoundsPixels

window.go:237–237  ·  view source on GitHub ↗

SetBoundsPixels sets the outer bounding box rectangle of the Window, including decorations. For a Form, like *MainWindow or *Dialog, the rectangle is in screen coordinates, for a child Window the coordinates are relative to its parent.

(value Rectangle)

Source from the content-addressed store, hash-verified

235 // coordinates, for a child Window the coordinates are relative to its
236 // parent.
237 SetBoundsPixels(value Rectangle) error
238
239 // SetClientSize sets the size of the inner bounding box of the Window,
240 // excluding decorations.

Callers 12

SetFixedMethod · 0.65
WndProcMethod · 0.65
WndProcMethod · 0.65
updateScrollBarsMethod · 0.65
SetBoundsPixelsMethod · 0.65
startLayoutMethod · 0.65
WndProcMethod · 0.65
resizePagesMethod · 0.65
ShowMethod · 0.65
NewMainWindowWithCfgFunction · 0.65
WndProcMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected