diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 09:13:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 09:13:55 -0600 |
| commit | 0f178bfaed2962ad4b0e19c4590c346d4e68c5d4 (patch) | |
| tree | 8f6715deb9afaeb93441e47814ca2a506b7963bd /structs.go | |
| parent | 8f937c19eeaeb116c53c74d07d71f245a0a68280 (diff) | |
action channel deprecated
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ type TreeInfo struct { treeRoot *Node // NodeI interface{} - ActionFromChannel func(widget.Action) + // ActionFromChannel func(widget.Action) NodeAction func(*Node, widget.ActionType) Add func(*Node) AddText func(*Node, string) |
