From f39e2e62695d52dfe5c5ae446fa0fb86f7524d97 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Jan 2024 18:49:22 -0600 Subject: [PATCH] Hidden is used by the toolkits Signed-off-by: Jeff Carr --- state.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/state.go b/state.go index 9ef89e2..f285369 100644 --- a/state.go +++ b/state.go @@ -34,6 +34,11 @@ type State struct { // Visable bool + // this tells the toolkit to hide the widget from being displayed + // again, this is different than Visable. The hidden state is + // specifically ONLY for the gui toolkit + Hidden bool + // if false, pack things as tightly as possible Pad bool