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

Method SetHeight

window.go:1785–1787  ·  view source on GitHub ↗

SetHeight sets the outer height of the *WindowBase, including decorations.

(value int)

Source from the content-addressed store, hash-verified

1783
1784// SetHeight sets the outer height of the *WindowBase, including decorations.
1785func (wb *WindowBase) SetHeight(value int) error {
1786 return wb.SetHeightPixels(wb.IntFrom96DPI(value))
1787}
1788
1789// SetHeightPixels sets the outer height of the *WindowBase, including decorations.
1790func (wb *WindowBase) SetHeightPixels(value int) error {

Callers

nothing calls this directly

Calls 2

SetHeightPixelsMethod · 0.95
IntFrom96DPIMethod · 0.95

Tested by

no test coverage detected