diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-12 22:54:48 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-12 22:54:48 -0500 |
| commit | 4697976fa793341935a00b87a6108ce65a4f6072 (patch) | |
| tree | 7af404127f476332d4524322ec1c88e40dea44e3 /wintable/main.c | |
| parent | 922097985b47a20789adfbe0ff287037034a99e6 (diff) | |
More TODOs.
Diffstat (limited to 'wintable/main.c')
| -rw-r--r-- | wintable/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/main.c b/wintable/main.c index 6fbc9a4..aefdd24 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -555,6 +555,8 @@ static void drawItem(struct table *t, HDC dc, intptr_t i, LONG y, LONG height, R abort(); break; case tableColumnImage: + // TODO vertically center if image is smaller than text height + // TODO same for checkboxes ZeroMemory(&ip, sizeof (IMAGELISTDRAWPARAMS)); ip.cbSize = sizeof (IMAGELISTDRAWPARAMS); ip.himl = t->checkboxes;//t->imagelist; |
