diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-12 16:43:56 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-12 16:45:14 -0500 |
| commit | d5b4d06cb4f572bea310f20e91ae4a73b49cc1de (patch) | |
| tree | 6f455cd6694098bf7ebad2a1e6de34279b950711 | |
| parent | d1bd082b2e1fba41776eb1d69ba4f6ba142ba20f (diff) | |
More reminders/TODOs.
| -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 330d721..0482d04 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -27,6 +27,7 @@ // - should tablePanic be CALLBACK or some other equivalent macro? and definitely export initTable somehow, but which alias macro to use? // - 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 #define tableWindowClass L"gouitable" |
