diff options
| author | Jeff Carr <[email protected]> | 2024-02-09 09:30:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-09 09:30:50 -0600 |
| commit | 0f9b7ec2afdac1b5bbe4605851a3fdb1bb4b66b5 (patch) | |
| tree | 04469001f51712848b705f2cf30fd64641b1f0bd /structs.go | |
| parent | bd24754c82f77d06dba31c32c3acdd0ed1adebe9 (diff) | |
gocui panic loads nocui
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -24,13 +24,13 @@ type TreeInfo struct { // NodeI interface{} // ActionFromChannel func(widget.Action) - NodeAction func(*Node, widget.ActionType) - Add func(*Node) - AddText func(*Node, string) - SetText func(*Node, string) - SetTitle func(*Node, string) - SetLabel func(*Node, string) - SetChecked func(*Node, bool) + NodeAction func(*Node, widget.ActionType) + Add func(*Node) + AddText func(*Node, string) + SetText func(*Node, string) + SetTitle func(*Node, string) + SetLabel func(*Node, string) + SetChecked func(*Node, bool) ToolkitClose func() } |
