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

Method SetName

scrollview.go:136–138  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

134}
135
136func (sv *ScrollView) SetName(name string) {
137 sv.composite.SetName(name)
138}
139
140func (sv *ScrollView) Persistent() bool {
141 return sv.composite.Persistent()

Callers

nothing calls this directly

Calls 1

SetNameMethod · 0.65

Tested by

no test coverage detected