summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.go b/debug.go
index 93d61a0..d38b90d 100644
--- a/debug.go
+++ b/debug.go
@@ -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