summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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")