diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-13 12:14:29 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-13 12:14:29 -0500 |
| commit | bdcb4516b75c0393a07a295579f634831a0086bf (patch) | |
| tree | 2dbc1d5789244fb5bcf099fa97d5bb77cc0fc114 | |
| parent | 4697976fa793341935a00b87a6108ce65a4f6072 (diff) | |
More TODOs.
| -rw-r--r-- | future | 1 | ||||
| -rw-r--r-- | wintable/main.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ windows - WM_WININICHANGED, etc. (TODO get a full list) causing size recomputations - check +, =, and - key handling for checkboxes + - Area and sharedWndProc(): http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx C interop - substitute intmax_t and uintmax_t for all uses of intptr_t and uintptr_t diff --git a/wintable/main.c b/wintable/main.c index aefdd24..86d8ada 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -43,6 +43,7 @@ enum { // - checkbox events // - space to toggle (TODO); + or = to set; - to clear (see http://msdn.microsoft.com/en-us/library/windows/desktop/bb775941%28v=vs.85%29.aspx) // - TODO figure out which notification is needed +// - http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx #define tableWindowClass L"gouitable" |
