From b621bba62981f63d0c4ca357b36f450b241078e8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Mar 2025 12:11:36 -0600 Subject: [PATCH] testing code --- windowZooPB.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windowZooPB.go b/windowZooPB.go index 72f0a4e..f74e95e 100644 --- a/windowZooPB.go +++ b/windowZooPB.go @@ -49,6 +49,9 @@ func addButtonForZooPB(grid *gui.Node) (*gui.Node, *gadgets.GenericWindow) { t = AddMachinesPB(tbox, me.machines) log.Info("table has uuid", t.GetUuid()) }) + grid.NewButton("ListChildren", func() { + me.myGui.ListChildren(false) + }) }) return b, win }