summaryrefslogtreecommitdiff
path: root/wintable/new/main.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-23 14:43:33 -0500
committerPietro Gagliardi <[email protected]>2014-12-23 14:43:33 -0500
commit9e07f271aa93ad49fd7a4a1f1f134cd1fd500eb8 (patch)
treeb938dc131a6ff4720aeb6b7255da4a7110f51362 /wintable/new/main.c
parent3bd6ccb02b52f4212051b16d6ef845afed82a9fd (diff)
Draw whole selected row properly this time (full background on row, focus rect on cell). More TODOs.
Diffstat (limited to 'wintable/new/main.c')
-rw-r--r--wintable/new/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c
index e0fce2e..0baf096 100644
--- a/wintable/new/main.c
+++ b/wintable/new/main.c
@@ -34,6 +34,7 @@
// - going right from column 0 to column 2 with the right arrow key deselects
// - make sure all error messages involving InvalidateRect() are consistent with regards to "redrawing" and "queueing for redraw"
// - collect all resize-related tasks in a single function (so things like adding columns will refresh everything, not just horizontal scrolls; also would fix initial coordinates)
+// - checkbox columns don't clip to the column width
#define tableWindowClass L"gouitable"