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