diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go index 98e0b1a..16ef0cf 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -10,7 +10,6 @@ import ( "github.com/awesome-gocui/gocui" "go.wit.com/log" - "go.wit.com/toolkits/tree" ) // register how the 'gocui' will work as a GO toolkit plugin @@ -92,9 +91,11 @@ func (tk *guiWidget) makeTK(ddItems []string) { tk.Show() } +/* func addDropdown() *tree.Node { return addDropdownNew(-222) } +*/ // use this to test code ideas // put whatever you want here and hit '2' to activate it func theNotsure(g *gocui.Gui, v *gocui.View) error { |
