diff options
| author | Jeff Carr <[email protected]> | 2019-05-24 01:51:37 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-24 01:51:37 -0700 |
| commit | 9b29c265b26d1231cf9ddb7abf51e390197dabf1 (patch) | |
| tree | bf9465bc361dd5260f573c155bf29e7551f15902 /tabWindow.go | |
| parent | 9949a02b3e0d953824568fc5085009243c92cc86 (diff) | |
more button debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tabWindow.go')
| -rw-r--r-- | tabWindow.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tabWindow.go b/tabWindow.go index dd82af2..e08b4cf 100644 --- a/tabWindow.go +++ b/tabWindow.go @@ -8,8 +8,8 @@ import _ "github.com/andlabs/ui/winmanifest" // import "github.com/davecgh/go-spew/spew" -func buttonClick(i int, s string) { - log.Println("gui.buttonClick() i, s =", i, s) +func buttonClick(b *ButtonMap, s string) { + log.Println("gui.buttonClick() b, s =", b, s) log.Println("Figure out what to do here") log.Println("Figure out what to do here") log.Println("Figure out what to do here") |
