()
| 138 | } |
| 139 | |
| 140 | func (sv *ScrollView) Persistent() bool { |
| 141 | return sv.composite.Persistent() |
| 142 | } |
| 143 | |
| 144 | func (sv *ScrollView) SetPersistent(value bool) { |
| 145 | sv.composite.SetPersistent(value) |
nothing calls this directly
no test coverage detected