diff options
Diffstat (limited to 'test/main.go')
| -rw-r--r-- | test/main.go | 4 |
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 { |
