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

Struct SimMatButton

tensor/tensorcore/values.go:79–82  ·  view source on GitHub ↗

SimMatValue presents a button that pulls up the [SimMatGrid] viewer for a [table.Table].

Source from the content-addressed store, hash-verified

77
78// SimMatValue presents a button that pulls up the [SimMatGrid] viewer for a [table.Table].
79type SimMatButton struct {
80 core.Button
81 SimMat *simat.SimMat
82}
83
84func (tb *SimMatButton) WidgetValue() any { return &tb.SimMat }
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected