diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-21 12:48:32 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-21 12:48:32 -0400 |
| commit | ae122b892d8a2ddcf2cbbe51da86210fa5c8e154 (patch) | |
| tree | 1b97efe5178df25e03c9958f21dfacd600093cb3 | |
| parent | ef64417fb342387a59e64ac82f7cb50972e240d1 (diff) | |
More TODOs.
| -rw-r--r-- | wintable/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/main.c b/wintable/main.c index c81514a..05fa75f 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -26,6 +26,8 @@ // - might want to http://blogs.msdn.com/b/oldnewthing/archive/2003/09/17/54944.aspx instead // - http://msdn.microsoft.com/en-us/library/windows/desktop/bb775574%28v=vs.85%29.aspx // - hscroll (harder) +// - keyboard navigation +// - mousewheel navigation #define tableWindowClass L"gouitable" |
