From b3fce8457ff73a31fe889eb7b1315fae2e016cc4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 10 Jan 2024 17:03:13 -0600 Subject: start fixing GetText() and move to any 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 308aeb7..b84317d 100644 --- a/structs.go +++ b/structs.go @@ -90,6 +90,7 @@ type Node struct { I int S string B bool + value any // this function is run when there are mouse or keyboard events Custom func() -- cgit v1.2.3