diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-11 20:10:11 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-11 20:10:11 -0500 |
| commit | 6286a3319f703373e500e52280f218e58863011f (patch) | |
| tree | 7d290a3319c01c4c8ca1e0cdcb155058e6d747a6 | |
| parent | ccb68b6fc89c7eec9ca99b58adadf1a399a5f473 (diff) | |
More 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 e2f85d9..7d3c87e 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -26,6 +26,7 @@ // TODO // - 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...") +// - figure out how to handle the situation where we resize the table width to less than the width of the client rect... #define tableWindowClass L"gouitable" |
