diff options
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,4 +45,6 @@ func helloworld() { cb.AddText("Cyan") cb.AddText("Magenta") cb.AddText("Yellow") + + grid.NewCheckbox("Checkers").SetProgName("CHECKERS") } |
![]() |
index : gui/helloworld | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | main.go | 2 |
@@ -45,4 +45,6 @@ func helloworld() { cb.AddText("Cyan") cb.AddText("Magenta") cb.AddText("Yellow") + + grid.NewCheckbox("Checkers").SetProgName("CHECKERS") } |