MCPcopy
hub / github.com/g3n/engine / SetBounded

Method SetBounded

gui/panel.go:534–538  ·  view source on GitHub ↗

SetBounded sets this panel bounded state

(bounded bool)

Source from the content-addressed store, hash-verified

532
533// SetBounded sets this panel bounded state
534func (p *Panel) SetBounded(bounded bool) {
535
536 p.bounded = bounded
537 p.SetChanged(true)
538}
539
540// UpdateMatrixWorld overrides the standard core.Node version which is called by
541// the Engine before rendering the frame.

Callers 2

AddMenuMethod · 0.80
newTabFunction · 0.80

Calls 1

SetChangedMethod · 0.80

Tested by

no test coverage detected