summaryrefslogtreecommitdiff
path: root/test/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.go')
-rw-r--r--test/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/main.go b/test/main.go
index af886c6..31fa243 100644
--- a/test/main.go
+++ b/test/main.go
@@ -69,6 +69,8 @@ func myMain() {
i++
}
doAdjustments()
+ cb1.Append("append multi 1", "append multi 2")
+ lb2.Append("append multi 1", "append multi 2")
s1 := NewVerticalStack(lb2, lb1)
s1.SetStretchy(0)
s1.SetStretchy(1)
@@ -126,6 +128,8 @@ mainloop:
prog = 100
}
pbar.SetProgress(prog)
+ cb1.Append("append multi 1", "append multi 2")
+ lb2.Append("append multi 1", "append multi 2")
case <-decButton.Clicked:
prog--
if prog < 0 {