diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-17 07:23:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-17 07:23:18 -0400 |
| commit | 5854cf2e5db42b61c479c3c4121554facd5c9edf (patch) | |
| tree | c11a5e01dd60918b8128a24f7fc6a8239fde4318 /redo/yz_icons_test.go | |
| parent | aed66e27e37b85d20a49709f7ad2118fb7e8f796 (diff) | |
Implemented bool Table columns on the GTK+ backend.
Diffstat (limited to 'redo/yz_icons_test.go')
| -rw-r--r-- | redo/yz_icons_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/yz_icons_test.go b/redo/yz_icons_test.go index 6d160cb..591807d 100644 --- a/redo/yz_icons_test.go +++ b/redo/yz_icons_test.go @@ -11,6 +11,7 @@ import ( ) type icon struct { + Bool bool Icon ImageIndex Name string } |
