diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -130,6 +130,10 @@ type Node struct { parent *Node children []*Node + // Experiment. This might be a great idea or a terrible idea + isMirror *Node // is a mirror of some other widget + hasMirrors []*Node // has a mirror + // RETHINK EVERYTHING BELOW HERE pad bool // the toolkit may use this. it's up to the toolkit margin bool // the toolkit may use this. it's up to the toolkit |
