diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 19:57:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 19:57:03 -0600 |
| commit | 931e345895e99e9cb058029763e12562cc6d5fba (patch) | |
| tree | 1fe4213dbc8fa186c30f6d9b2e4831fa723a2c1c /testGui/structs.go | |
| parent | cc7a1b0bdc69335132a022111c759931db6d1566 (diff) | |
testGui example is starting to work
Diffstat (limited to 'testGui/structs.go')
| -rw-r--r-- | testGui/structs.go | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/testGui/structs.go b/testGui/structs.go index 2d223bf..a836504 100644 --- a/testGui/structs.go +++ b/testGui/structs.go @@ -5,19 +5,10 @@ import ( "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/repolist" "go.wit.com/lib/protobuf/forgepb" - "go.wit.com/lib/protobuf/zoopb" ) var me *autoType -func (b *autoType) Disable() { - b.mainbox.Disable() -} - -func (b *autoType) Enable() { - b.mainbox.Enable() -} - // this app's variables type autoType struct { // allrepos map[string]*repo @@ -42,7 +33,7 @@ type autoType struct { goSrcPath string // use zookeeper to get the list of installed packages - machine zoopb.Machine + // machine zoopb.Machine // #### autotypist Global Display Options autoHidePerfect *gui.Node |
