diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 22:00:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 22:00:23 -0600 |
| commit | 7a42716b987b995217073b3de22a3898f735958d (patch) | |
| tree | 2a7752590874e5b3f76798b43650217117775c44 /main.go | |
| parent | 8082a52862bc660587164dea7f02284a407d1b8e (diff) | |
more stuff for testingv0.19.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |
