testing code

This commit is contained in:
Jeff Carr 2025-03-05 12:11:36 -06:00
parent a57b2875af
commit b621bba629
1 changed files with 3 additions and 0 deletions

View File

@ -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
}