summaryrefslogtreecommitdiff
path: root/treeInit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-18 14:58:42 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:45 -0600
commit9cd1d582e2331a0d3c41cd5b1848c0d4ed86ef5d (patch)
tree114365edbaa94447ca40a9c2a07bb4a36668b07a /treeInit.go
parent3ca1fff7554f9dc19c0dd2523e034cc93cc4f91c (diff)
window close works
Diffstat (limited to 'treeInit.go')
-rw-r--r--treeInit.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/treeInit.go b/treeInit.go
index 78ff4fb..5c2284e 100644
--- a/treeInit.go
+++ b/treeInit.go
@@ -64,6 +64,9 @@ func initTree() *tree.TreeInfo {
t.Enable = enableWidget
t.Disable = disableWidget
+ t.Show = showWidget
+ t.Hide = hideWidget
+
t.SetChecked = setChecked
t.ToolkitClose = toolkitClose
t.ShowTable = showTable