diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 21:04:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 21:04:37 -0600 |
| commit | 1f33979af9d295ab7957dca55db9be5ba19c6324 (patch) | |
| tree | ae1692fac768a90c878895cedaf06f4833dfc3c8 /treeInit.go | |
| parent | 1e79d31a027e3ff7bf68bee2a139df8981db1885 (diff) | |
add Disable() and Enable()
Diffstat (limited to 'treeInit.go')
| -rw-r--r-- | treeInit.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/treeInit.go b/treeInit.go index c51a9fe..78ff4fb 100644 --- a/treeInit.go +++ b/treeInit.go @@ -60,6 +60,10 @@ func initTree() *tree.TreeInfo { t.SetLabel = setLabel t.SetText = setText t.AddText = addText + + t.Enable = enableWidget + t.Disable = disableWidget + t.SetChecked = setChecked t.ToolkitClose = toolkitClose t.ShowTable = showTable |
