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

Method BoundsPixels

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

BoundsPixels returns 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.

()

Source from the content-addressed store, hash-verified

59 // coordinates, for a child Window the coordinates are relative to its
60 // parent.
61 BoundsPixels() Rectangle
62
63 // BoundsChanged returns an *Event that you can attach to for handling bounds
64 // changed events for the Window.

Callers 15

SetFixedMethod · 0.65
onInsertedWidgetMethod · 0.65
BoundsPixelsMethod · 0.65
SizePixelsMethod · 0.65
SetSizePixelsMethod · 0.65
XPixelsMethod · 0.65
SetXPixelsMethod · 0.65
YPixelsMethod · 0.65
SetYPixelsMethod · 0.65
WidthPixelsMethod · 0.65
SetWidthPixelsMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected