Hidden is used by the toolkits
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
5c71621c5a
commit
f39e2e6269
5
state.go
5
state.go
|
@ -34,6 +34,11 @@ type State struct {
|
||||||
//
|
//
|
||||||
Visable bool
|
Visable bool
|
||||||
|
|
||||||
|
// this tells the toolkit to hide the widget from being displayed
|
||||||
|
// again, this is different than Visable. The hidden state is
|
||||||
|
// specifically ONLY for the gui toolkit
|
||||||
|
Hidden 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