summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 19:16:20 -0600
committerJeff Carr <[email protected]>2024-01-18 19:16:20 -0600
commit357e34ef94223914f26136c320612e92464a0250 (patch)
tree03b517e2bce03bd5ab7122e672a36c1a44449487 /main.go
parent94cc37880761d8e917a8de98522598b83f0f9f8f (diff)
add checkboxv0.0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index c35c829..dbfd862 100644
--- a/main.go
+++ b/main.go
@@ -45,4 +45,6 @@ func helloworld() {
cb.AddText("Cyan")
cb.AddText("Magenta")
cb.AddText("Yellow")
+
+ grid.NewCheckbox("Checkers").SetProgName("CHECKERS")
}