diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 09:05:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 09:05:09 -0600 |
| commit | 8f937c19eeaeb116c53c74d07d71f245a0a68280 (patch) | |
| tree | fdd83ccb3d6607b5e13b5b9b643db2b436bf8f31 /common.go | |
| parent | 6291ddc13db10fe5ff18958763193d52de1b44c6 (diff) | |
compiles. kinda works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ func (n *Node) String() string { return widget.GetString(n.State.Value) } +func (n *Node) ProgName() string { + return n.State.ProgName +} + func (n *Node) Hidden() bool { return n.State.Hidden } |
