summaryrefslogtreecommitdiff
path: root/cmds
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-24 20:14:18 -0500
committerJeff Carr <[email protected]>2023-03-24 20:14:18 -0500
commit6f91f5e080e06cdc0f34b13d23e5fd16ea37259a (patch)
tree7037a36829c644dccc7cb78ee6f87f87f88aed21 /cmds
parentd4787a1ebdd08359746516dbb72f1feaf95be5b6 (diff)
starting to try safe chan and goroutines
fix tab title's right before attempting to add chan goroutines removed "where" widget pointer box added to tab experiement with log as it's own repo Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds')
-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")