MCPcopy Create free account
hub / github.com/cogentcore/core / SetWidgetValue

Method SetWidgetValue

core/value.go:31–31  ·  view source on GitHub ↗

SetWidgetValue sets the associated widget value from the given value.

(value any)

Source from the content-addressed store, hash-verified

29
30 // SetWidgetValue sets the associated widget value from the given value.
31 SetWidgetValue(value any) error
32}
33
34// OnBinder is an optional interface that [Value]s can implement to

Callers 3

BindFunction · 0.65
bindMapKeyFunction · 0.65
bindMapValueFunction · 0.65

Implementers 8

TensorGridtensor/tensorcore/tensorgrid.go
FuncButtoncore/funcbutton.go
Choosercore/chooser.go
Spinnercore/spinner.go
Switchcore/switch.go
Switchescore/switches.go
Editortexteditor/editor.go
_cogentcore_org_core_core_ValueSetteryaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by

no test coverage detected