summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
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)