more things in State

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-19 05:57:01 -06:00
parent 10f7fe14ce
commit 5c71621c5a
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ type State struct {
// trys to fill up available space // trys to fill up available space
Expand bool Expand bool
// for toolkits with borderless window options
Borderless bool
// All the strings for things like dropdown menus // All the strings for things like dropdown menus
// They must be sent in display order // They must be sent in display order
// These must be unique // These must be unique