summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-04 01:57:44 -0600
committerJeff Carr <[email protected]>2025-03-04 01:57:44 -0600
commit8a71fc401263d718aab728508172cf056864fc78 (patch)
tree33a66d6395252bcb5beea454453a7fcd6465a7f7
parentcd62709b6495e16cb8e0cde6b3f34b893d943630 (diff)
maybe this will get fyne to workv0.22.26v0.22.25
-rw-r--r--treeInit.go4
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