diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 05:57:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 05:57:01 -0600 |
| commit | 5c71621c5ae4df64f1a564e1aedd81c460961ea9 (patch) | |
| tree | 65858539973de5091d77c8c8726bb0c90f4cb53c /state.go | |
| parent | 10f7fe14ced1720198993cce671aa7370c16e5ab (diff) | |
more things in Statev1.1.6
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
