summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 19:52:18 -0500
committerJeff Carr <[email protected]>2021-10-31 19:52:18 -0500
commit764513474f7f03ccc7be5369a8ea6e7bcbff9071 (patch)
tree9b6ae37e6ed2b46cf0ac963e47a037faba74e9e0 /new-structs.go
parent895fc511d7f96a27b27efea995d3971a2419a7be (diff)
BOX: remove GuiBox
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new-structs.go')
-rw-r--r--new-structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/new-structs.go b/new-structs.go
index b75fe0b..109b4af 100644
--- a/new-structs.go
+++ b/new-structs.go
@@ -97,10 +97,11 @@ func (n *Node) Dump() {
}
}
-
+/*
func (n *Node) SetBox(box *GuiBox) {
n.box = box
}
+*/
func (n *Node) SetName(name string) {
// n.uiType.SetName(name)