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

Method SetName

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

SetName sets the name of the Window. This is important if you want to make use of the built-in UI persistence. Some windows support automatic state persistence. See Settings for details.

(name string)

Source from the content-addressed store, hash-verified

287 // Some windows support automatic state persistence. See Settings for
288 // details.
289 SetName(name string)
290
291 // SetRightToLeftReading sets whether the reading order of the Window
292 // is from right to left.

Callers 7

SetNameMethod · 0.65
initMethod · 0.65
NewMainWindowWithCfgFunction · 0.65
InitWidgetMethod · 0.65
initAccessibilityMethod · 0.65
mainFunction · 0.65
initMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected