summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index d14f08d..8515184 100644
--- a/structs.go
+++ b/structs.go
@@ -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