MCPcopy Create free account
hub / github.com/lxn/walk / SetLayout

Method SetLayout

scrollview.go:124–126  ·  view source on GitHub ↗
(value Layout)

Source from the content-addressed store, hash-verified

122}
123
124func (sv *ScrollView) SetLayout(value Layout) error {
125 return sv.composite.SetLayout(value)
126}
127
128func (sv *ScrollView) Name() string {
129 if sv.composite == nil {

Callers

nothing calls this directly

Calls 1

SetLayoutMethod · 0.65

Tested by

no test coverage detected