diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-16 15:17:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-16 15:17:18 -0400 |
| commit | 5d69bc2534cd3a90a2c93c564c2fcfc5accd5fad (patch) | |
| tree | bc9749896ffb0dedb552c95582b873945c70a1ff /redo/zz_test.go | |
| parent | 8702763137970e14f0c7eeb8004cf639c4e0e263 (diff) | |
Added some test data for ImageList.
Diffstat (limited to 'redo/zz_test.go')
| -rw-r--r-- | redo/zz_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go index 13d3d06..8a2d023 100644 --- a/redo/zz_test.go +++ b/redo/zz_test.go @@ -32,6 +32,8 @@ var ddata = []dtype{ type testwin struct { t Tab w Window + icons []icon + il ImageList group2 Group group Group grid Grid @@ -71,6 +73,7 @@ func (tw *testwin) make(done chan struct{}) { done <- struct{}{} return true }) + tw.icons, tw.il = readIcons() tw.group2 = NewGroup("Group", NewButton("Button in Group")) tw.t.Append("Filled Group", tw.group2) tw.group = NewGroup("Group", NewVerticalStack(NewCheckbox("Checkbox in Group"))) |
