diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 12:11:36 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 12:42:50 -0600 | 
| commit | b621bba62981f63d0c4ca357b36f450b241078e8 (patch) | |
| tree | 8370cf439a776fa2b45ab52181367857576a27ae | |
| parent | a57b2875af4f60c24a5c655304dd1ec5a69c7c0b (diff) | |
testing code
| -rw-r--r-- | windowZooPB.go | 3 | 
1 files changed, 3 insertions, 0 deletions
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  }  | 
