summaryrefslogtreecommitdiff
path: root/group.go
diff options
context:
space:
mode:
Diffstat (limited to 'group.go')
-rw-r--r--group.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/group.go b/group.go
index fb7ee47..04a89ef 100644
--- a/group.go
+++ b/group.go
@@ -4,8 +4,7 @@ import (
"git.wit.org/wit/gui/toolkit"
)
-// TODO: which name is better. AddGroup or NewGroup ?
-// first reaction is NewGroup
+// TODO: treat a "Group" like a "Grid"
func (n *Node) NewGroup(name string) *Node {
var newNode *Node
newNode = n.New(name, toolkit.Group, nil)