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

Method SetPersistent

scrollview.go:144–146  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

142}
143
144func (sv *ScrollView) SetPersistent(value bool) {
145 sv.composite.SetPersistent(value)
146}
147
148func (sv *ScrollView) SaveState() error {
149 return sv.composite.SaveState()

Callers

nothing calls this directly

Calls 1

SetPersistentMethod · 0.65

Tested by

no test coverage detected