From 5c71621c5ae4df64f1a564e1aedd81c460961ea9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 19 Jan 2024 05:57:01 -0600 Subject: [PATCH] more things in State Signed-off-by: Jeff Carr --- state.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/state.go b/state.go index ca0a2af..9ef89e2 100644 --- a/state.go +++ b/state.go @@ -40,6 +40,9 @@ type State struct { // trys to fill up available space Expand bool + // for toolkits with borderless window options + Borderless bool + // All the strings for things like dropdown menus // They must be sent in display order // These must be unique