summaryrefslogtreecommitdiff
path: root/cmds/textbox/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/textbox/main.go')
-rw-r--r--cmds/textbox/main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmds/textbox/main.go b/cmds/textbox/main.go
index 33d0cae..76d0a42 100644
--- a/cmds/textbox/main.go
+++ b/cmds/textbox/main.go
@@ -68,10 +68,10 @@ func addDemoTab(window *gui.Node, title string) {
dd.AddDropdownName("more 2")
dd.AddDropdownName("more 3")
- g.SetNext(3,1)
- g1.NewLabel("label (3,1)")
- g.SetNext(3,2)
- g1.NewLabel("label (3,2)")
+ // g.SetNext(3,1)
+ // g1.NewLabel("label (3,1)")
+ // g.SetNext(3,2)
+ // g1.NewLabel("label (3,2)")
g2 := newNode.NewGroup("group 2")
tb := g2.NewTextbox("tb")