diff options
| -rw-r--r-- | action.go | 1 | ||||
| -rw-r--r-- | state.go | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,7 @@ const ( GetText SetText AddText + Checked Show Hide Enable @@ -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 |
