From 18422bacebb2a99728abfcc1a1ee25cef42d2311 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 06:02:35 -0500 Subject: new GUI codebase --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index c0b0c7d..9ff62bf 100644 --- a/structs.go +++ b/structs.go @@ -2,8 +2,8 @@ package main 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/forgepb" "go.wit.com/lib/protobuf/gitpb" ) @@ -18,7 +18,7 @@ type mainType struct { hasWork bool // true if using go.work file forge *forgepb.Forge // the interface to the 'forge' protobuf information repo *gitpb.Repo // this is the repo we are in - myGui *gui.Node // the gui toolkit handle + myGui *prep.GuiPrep // the gui toolkit handle cBox *controlBox // the GUI box in the main window basicWindow *gadgets.BasicWindow // this is a basic window. the user can open and close it } -- cgit v1.2.3