From f7bb1084ca117315fc293d077a8e4e24ccfe7cd8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 19 Jan 2024 05:54:55 -0600 Subject: builds and remembers Visable Signed-off-by: Jeff Carr --- structs.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 0fef186..986aa5e 100644 --- a/structs.go +++ b/structs.go @@ -114,6 +114,13 @@ type Node struct { // for widgets that have on/off things checked bool + // tells the toolkits if the user should currently see it + // state updates are only sent to the toolkits for visable widgets + visable bool + + // borderless windows + borderless bool + // this function is run when there are mouse or keyboard events Custom func() -- cgit v1.2.3