From be696b98aa22f9cc449236cc6b001f53fde8afc0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Mar 2025 01:58:24 -0600 Subject: test to make a frozen channel --- plugin.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index ce1f51a..3df0607 100644 --- a/plugin.go +++ b/plugin.go @@ -77,3 +77,8 @@ func (me *TreeInfo) PluginChannel() chan widget.Action { me.WaitOK() return me.pluginChan } + +// this is the function that receives things from the application +func (me *TreeInfo) FrozenChannel() chan widget.Action { + return me.frozenChan +} -- cgit v1.2.3