diff options
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ type State struct { // how to arrange widgets Direction Orientation + // for widgets that have on/off things + Checked bool + // // This is complicated. We must send a list of all the widgets // in the binary tree to the toolkits because some toolkits |
