From dd425dfc815c21f2bd978bf111c5a66b95918dda Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 7 Feb 2024 07:41:35 -0600 Subject: cleanup logging output Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index e807e0d..f96158d 100644 --- a/structs.go +++ b/structs.go @@ -30,6 +30,7 @@ type TreeInfo struct { SetText func(*Node, string) SetTitle func(*Node, string) SetLabel func(*Node, string) + SetChecked func(*Node, bool) } type Node struct { -- cgit v1.2.3