diff options
| author | Jeff Carr <[email protected]> | 2023-04-26 12:38:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-26 12:38:39 -0500 |
| commit | 78c2c9c45f1c3b01d5ab39489b50d969ffc1dd03 (patch) | |
| tree | 491e644bf8640de95115c7a687ac17b39de4b654 /cmds/buttonplugin/main.go | |
| parent | 41aa58692fd1937b71dee4e1e710dee822a84556 (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.go | 2 |
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") |
