summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 22:00:23 -0600
committerJeff Carr <[email protected]>2024-02-01 22:00:23 -0600
commit7a42716b987b995217073b3de22a3898f735958d (patch)
tree2a7752590874e5b3f76798b43650217117775c44 /main.go
parent8082a52862bc660587164dea7f02284a407d1b8e (diff)
more stuff for testingv0.19.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 8eb1aca..5b7ce30 100644
--- a/main.go
+++ b/main.go
@@ -83,6 +83,9 @@ func helloworld() {
group.NewButton("Hide apple", func() {
apple.Hide()
})
+ group.NewCheckbox("test checkbox").SetChecked(true)
+ group.NewLabel("test label")
+ gadgets.NewBasicEntry(group, "test entry")
group.NewButton("set socks", func() {
section1.SetSocks("blue")
section2.SetSocks("green")