summaryrefslogtreecommitdiff
path: root/cmds/buttonplugin/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-26 12:38:39 -0500
committerJeff Carr <[email protected]>2023-04-26 12:38:39 -0500
commit78c2c9c45f1c3b01d5ab39489b50d969ffc1dd03 (patch)
tree491e644bf8640de95115c7a687ac17b39de4b654 /cmds/buttonplugin/main.go
parent41aa58692fd1937b71dee4e1e710dee822a84556 (diff)
gocui: closer to correct tabs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/main.go')
-rw-r--r--cmds/buttonplugin/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go
index d206591..7ced40b 100644
--- a/cmds/buttonplugin/main.go
+++ b/cmds/buttonplugin/main.go
@@ -35,7 +35,7 @@ func buttonWindow() {
log.Println("buttonWindow() START")
w = myGui.NewWindow(title).SetText("Nueva Ventana de Botones")
- t = w.NewTab("buttonTab")
+ t = w.NewTab("buttonTab is this thing")
g = t.NewGroup("buttonGroup")
g1 := t.NewGroup("buttonGroup 2")
more = g1.NewGroup("more")