diff options
| author | Jeff Carr <[email protected]> | 2024-01-26 14:22:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-26 14:22:52 -0600 |
| commit | 48a027db3a85db30cde0980b65417328a3608ca7 (patch) | |
| tree | aa4286830a81ed3ae8f6001fc650ddadea474d08 | |
| parent | f39e2e62695d52dfe5c5ae446fa0fb86f7524d97 (diff) | |
add Enable statev1.1.8
Signed-off-by: Jeff Carr <[email protected]>
| -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 |
