summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-11-12 22:54:48 -0500
committerPietro Gagliardi <[email protected]>2014-11-12 22:54:48 -0500
commit4697976fa793341935a00b87a6108ce65a4f6072 (patch)
tree7af404127f476332d4524322ec1c88e40dea44e3
parent922097985b47a20789adfbe0ff287037034a99e6 (diff)
More TODOs.
-rw-r--r--wintable/main.c2
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;