diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 20:11:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 20:11:53 -0600 |
| commit | a16207bd1e2a46245175fa0100109a59035384c4 (patch) | |
| tree | 7d056b4a196c7e6ef15151a3ecbb0045cfc78168 /init.go | |
| parent | 514b39e3825d39adf540bf67dc4ea8115007e3d7 (diff) | |
stubbed in tables
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,6 @@ import ( "go.wit.com/log" "go.wit.com/toolkits/tree" - "go.wit.com/widget" "go.wit.com/dev/andlabs/ui" // the _ means we only need this for the init() @@ -24,11 +23,13 @@ var uiMainUndef bool = true var uiMain sync.Once var muAction sync.Mutex +/* func newaction(n *tree.Node, atype widget.ActionType) { ui.QueueMain(func() { newAction(n, atype) }) } +*/ func queueAdd(n *tree.Node) { ui.QueueMain(func() { |
