diff options
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 +} |
