From dbcd3b5686cf5d894e40b53f33cf588f4682b3f0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 05:52:39 -0500 Subject: new GUI codebase --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 7534360..e493c41 100644 --- a/structs.go +++ b/structs.go @@ -7,6 +7,7 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" + "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/virtpb" ) @@ -25,7 +26,7 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { pp *arg.Parser // go-arg parser - myGui *gui.Node // the gui toolkit handle + myGui *prep.GuiPrep // the gui toolkit handle e *virtpb.Events // virt protobuf events hmap map[*virtpb.Hypervisor]*HyperT // map to the local struct names []string // ? -- cgit v1.2.3