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

Method SetWidth

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

SetWidth sets the outer width of the Window, including decorations.

(value int)

Source from the content-addressed store, hash-verified

311
312 // SetWidth sets the outer width of the Window, including decorations.
313 SetWidth(value int) error
314
315 // SetWidthPixels sets the outer width of the Window, including decorations.
316 SetWidthPixels(value int) error

Callers 2

RestoreStateMethod · 0.65
CreateMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected