summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-05 12:39:55 -0600
committerJeff Carr <[email protected]>2025-03-05 12:42:50 -0600
commitd214d670ac5d4c93ee3bdac65aa1e537e0f02c11 (patch)
tree9a54fa10145a10931dd75f9d2868990e9c124746
parentb621bba62981f63d0c4ca357b36f450b241078e8 (diff)
continue locally now
-rw-r--r--windowZooPB.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/windowZooPB.go b/windowZooPB.go
index f74e95e..d4e835a 100644
--- a/windowZooPB.go
+++ b/windowZooPB.go
@@ -38,6 +38,10 @@ func addButtonForZooPB(grid *gui.Node) (*gui.Node, *gadgets.GenericWindow) {
// display the protobuf
t = AddMachinesPB(tbox, me.machines)
+ f := func(id int) {
+ log.Info("got to MachinesTable.Custom() id =", id)
+ }
+ t.Custom(f)
log.Info("table has uuid", t.GetUuid())
})