From fa89a497ede5f5cf35d1fc5ab43081bc532a7d68 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 13 Dec 2014 16:23:48 -0500 Subject: [PATCH] More TODOs. --- wintable/new/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/new/main.c b/wintable/new/main.c index 4635c16..9d92c6e 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -28,6 +28,7 @@ // - make panic messages grammatically correct ("Table error: adding...") // - make access to column widths consistent; see whether HDITEMW.cxy == (ITEMRECT.right - ITEMRECT.left) // - make sure all uses of t->headerHeight are ADDED to RECT.top +// - do we maintain the scrolling metaphor? #define tableWindowClass L"gouitable"