diff options
| author | Jeff Carr <[email protected]> | 2025-03-04 01:57:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-04 01:57:44 -0600 |
| commit | 8a71fc401263d718aab728508172cf056864fc78 (patch) | |
| tree | 33a66d6395252bcb5beea454453a7fcd6465a7f7 | |
| parent | cd62709b6495e16cb8e0cde6b3f34b893d943630 (diff) | |
| -rw-r--r-- | treeInit.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/treeInit.go b/treeInit.go index 5c2284e..677427c 100644 --- a/treeInit.go +++ b/treeInit.go @@ -52,6 +52,10 @@ func PluginChannel() chan widget.Action { return me.myTree.PluginChannel() } +func FrozenChannel() chan widget.Action { + return me.myTree.FrozenChannel() +} + func initTree() *tree.TreeInfo { t := tree.New() t.PluginName = PLUGIN |
