diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-12 19:05:41 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-12 19:05:41 -0500 |
| commit | a4c0102383b580dbc7f7acfd5fe45700b88a6d59 (patch) | |
| tree | 88e6f0b7a26f9a8797ed288c228ce9bda1f0370e /zz_test.go | |
| parent | 0ceed24c241adefd5451f22209f3dac6a2d7e2dc (diff) | |
Added RadioButtons.
Diffstat (limited to 'zz_test.go')
| -rw-r--r-- | zz_test.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,7 +11,10 @@ func TestIt(t *testing.T) { Quit() return true }) - s := NewDateTimePicker() + s := NewRadioButtons() + s.Append("Item 1") + s.Append("Item 2") + s.Append("Item 3") w.SetChild(s) w.SetMargined(true) w.Show() |
