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

Method Persistent

scrollview.go:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func (sv *ScrollView) Persistent() bool {
141 return sv.composite.Persistent()
142}
143
144func (sv *ScrollView) SetPersistent(value bool) {
145 sv.composite.SetPersistent(value)

Callers

nothing calls this directly

Calls 1

PersistentMethod · 0.65

Tested by

no test coverage detected