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

Method SizePixels

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

SizePixels returns the outer size of the Window, including decorations.

()

Source from the content-addressed store, hash-verified

340
341 // SizePixels returns the outer size of the Window, including decorations.
342 SizePixels() Size
343
344 // SizeChanged returns an *Event that you can attach to for handling size
345 // changed events for the Window.

Callers 7

WndProcMethod · 0.65
updateScrollBarsMethod · 0.65
RunMethod · 0.65
ShowMethod · 0.65
ShowMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected