diff options
Diffstat (limited to 'choices.go')
| -rw-r--r-- | choices.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ func newChoices(parent *gui.Node) *choices { c.computers.AddText("Beagleboard") c.computers.AddText("Unmatched Rev B") c.computers.SetText("Beagleboard") + c.computers.Custom = func() { + log.Info("You changed the computer to:", c.computers.String()) + } c.colors = c.grid.NewCombobox().SetProgName("COLORS") c.colors.AddText("Cyan") |
