add Enable state
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
f39e2e6269
commit
48a027db3a
3
state.go
3
state.go
|
@ -39,6 +39,9 @@ type State struct {
|
||||||
// specifically ONLY for the gui toolkit
|
// specifically ONLY for the gui toolkit
|
||||||
Hidden bool
|
Hidden bool
|
||||||
|
|
||||||
|
// is the widget usable by the user?
|
||||||
|
Enable bool
|
||||||
|
|
||||||
// if false, pack things as tightly as possible
|
// if false, pack things as tightly as possible
|
||||||
Pad bool
|
Pad bool
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue