diff options
| -rw-r--r-- | state.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ type State struct { // specifically ONLY for the gui toolkit Hidden bool + // is the widget usable by the user? + Enable bool + // if false, pack things as tightly as possible Pad bool |
