diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 00:08:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 00:08:44 -0600 |
| commit | e96cb4375c9f4ffc45389a9df8c59116710532a4 (patch) | |
| tree | 954880939a74b27681ce47dc8647241f4fb1907c /eventBindings.go | |
| parent | c2f8cac4a9f9737eee5983ca7ce81fde8c102715 (diff) | |
code cleanups
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 { |
