diff options
| author | Jeff Carr <[email protected]> | 2024-02-07 15:22:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-07 15:22:47 -0600 |
| commit | b029617e7dd7988a7557c176017fe261ab7cc000 (patch) | |
| tree | c00afc20319fcc3017550f3db87d016dbb578983 /structs.go | |
| parent | dd425dfc815c21f2bd978bf111c5a66b95918dda (diff) | |
start work towards toolkitclose()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ type TreeInfo struct { SetTitle func(*Node, string) SetLabel func(*Node, string) SetChecked func(*Node, bool) + ToolkitClose func() } type Node struct { |
