diff options
Diffstat (limited to 'debugWindow.go')
| -rw-r--r-- | debugWindow.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debugWindow.go b/debugWindow.go index 01273c8..0c27a3f 100644 --- a/debugWindow.go +++ b/debugWindow.go @@ -64,6 +64,10 @@ func (n *Node) DebugTab(title string) *Node { //////////////////////// window debugging things ////////////////////////////////// g1 = newN.NewGroup("list things") + g1.NewButton("List toolkits", func () { + dropdownWindow(g1) + Config.rootNode.ListToolkits() + }) g1.NewButton("List Windows", func () { dropdownWindow(g1) }) |
