diff options
| author | Jeff Carr <[email protected]> | 2025-04-30 14:40:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-30 14:40:23 -0500 |
| commit | d5e557190de2e2147f3335309f6ea4b66e72be4f (patch) | |
| tree | 17c8a3b6069d1750368e1e94adf8742b18ef02a3 /structs.go | |
| parent | 65a18185792e92029eeb85dac79f6f63781fd042 (diff) | |
it is a tree, but the variable shouldn't be this
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -29,11 +29,11 @@ type guiConfig struct { // a toolkit requirement. never allow more than one per program initOnce sync.Once - rootNode *Node // This is the master node. The Binary Tree starts here - tree *guipb.Tree // the protobuf. switch to this. deprecate rootNode - widgets *guipb.Widgets // don't use this I think - counter int // used to make unique WidgetId's - tables []*guipb.Tables // a list of active protobuf tables + rootNode *Node // This is the master node. The Binary Tree starts here + // tree *guipb.Tree // the protobuf. switch to this. deprecate rootNode + widgets *guipb.Widgets // don't use this I think + counter int // used to make unique WidgetId's + tables []*guipb.Tables // a list of active protobuf tables // sets the chan for the plugins to call back too guiChan chan widget.Action |
