diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-20 21:09:01 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-20 21:09:01 -0500 |
| commit | 3cb96de1628495f176d9e7fe4104b8c6cca36635 (patch) | |
| tree | 8d6ed07fd2d458e9fb8e3d9d7d0df2763b9d9356 /wintable/new/main.c | |
| parent | 7713c913875ebea0af7cfd21840981a94dab654d (diff) | |
Wrote up toItemContentRect() and used that in drawCell(). More TODOs.
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index 75cf723..f3ffec8 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -31,6 +31,7 @@ // - do we maintain the scrolling metaphor? // - WM_THEMECHANGED, etc. // - see if vertical centering is really what we want or if we just want to offset by a few pixels or so +// - going right from column 0 to column 2 with the right arrow key deselects #define tableWindowClass L"gouitable" |
