From 0f9b7ec2afdac1b5bbe4605851a3fdb1bb4b66b5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 9 Feb 2024 09:30:50 -0600 Subject: gocui panic loads nocui Signed-off-by: Jeff Carr --- structs.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 679bdb2..367f21a 100644 --- a/structs.go +++ b/structs.go @@ -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() } -- cgit v1.2.3