diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 12:18:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 12:18:11 -0600 |
| commit | f48b950655f57cb02bbd754ba0043a953956f888 (patch) | |
| tree | 7547dd1b167536fe9cb4c6f42e6675b5ac0d89d1 /debug.go | |
| parent | c2a563ae37d11f8374df6c7f00661369f4d5a76f (diff) | |
things are moving to widget.Statev0.0.9
pass borderless
windows correctly destroy themselves from the binary tree
checkbox state cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,12 +6,14 @@ import ( var defaultBehavior bool = true +/* var bookshelf bool // do you want things arranged in the box like a bookshelf or a stack? var canvas bool // if set to true, the windows are a raw canvas var menubar bool // for windows var stretchy bool // expand things like buttons to the maximum size var padded bool // add space between things like buttons var margin bool // add space around the frames of windows +*/ /* var debugToolkit bool = false |
