diff options
| -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 4635c16..9d92c6e 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -28,6 +28,7 @@ // - 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 +// - do we maintain the scrolling metaphor? #define tableWindowClass L"gouitable" |
