From 9a025a161ffc8deafaba354b686205f38e7138e8 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi <pietro10@mac.com> Date: Wed, 25 Feb 2015 10:45:13 -0500 Subject: [PATCH] More TODOs. --- wintable/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/main.h b/wintable/main.h index 27f84c7..fe49d77 100644 --- a/wintable/main.h +++ b/wintable/main.h @@ -19,6 +19,7 @@ // - redraw on focus change // - draw themed WS_EX_CLIENTEDGE (and WS_EX_WINDOWEDGE?) // - in-place tooltips for text columns +// - checkboxes: use capture instead of manual tracking logic? http://blogs.msdn.com/b/oldnewthing/archive/2015/02/25/10595729.aspx #include "includethis.h"