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

Method SetLayout

form.go:191–197  ·  view source on GitHub ↗
(value Layout)

Source from the content-addressed store, hash-verified

189}
190
191func (fb *FormBase) SetLayout(value Layout) error {
192 if fb.clientComposite == nil {
193 return newError("clientComposite not initialized")
194 }
195
196 return fb.clientComposite.SetLayout(value)
197}
198
199func (fb *FormBase) SetBoundsPixels(bounds Rectangle) error {
200 if layout := fb.Layout(); layout != nil {

Callers

nothing calls this directly

Calls 2

newErrorFunction · 0.85
SetLayoutMethod · 0.65

Tested by

no test coverage detected