diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-17 13:34:06 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-17 13:34:06 -0400 |
| commit | 38e7565c378a9da93d04f41ab166f5bdac09de32 (patch) | |
| tree | 1538aff1625a7e196a21ffa94ab891360d10f9aa /redo/imagelist_windows.go | |
| parent | 4a5218df5b05fe0e872e22b0ecde6ce43548145f (diff) | |
Added code to prepare a state image list of checkboxes for adding checkbox columns to Table on Windows.
Diffstat (limited to 'redo/imagelist_windows.go')
| -rw-r--r-- | redo/imagelist_windows.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redo/imagelist_windows.go b/redo/imagelist_windows.go index 37924bd..479e9a5 100644 --- a/redo/imagelist_windows.go +++ b/redo/imagelist_windows.go @@ -41,5 +41,6 @@ func (i *imagelist) apply(hwnd C.HWND, uMsg C.UINT, wParam C.WPARAM) { for index := range i.list { C.addImage(il, hwnd, i.list[index], C.int(i.width[index]), C.int(i.height[index]), width, height) } - C.applyImageList(hwnd, uMsg, wParam, il) +// C.applyImageList(hwnd, uMsg, wParam, il) + C.applyImageList(hwnd, uMsg, wParam, C.checkboxImageList) } |
