diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-17 12:56:46 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-17 12:56:46 -0500 |
| commit | 0fea01e2465574ac9d72e14dc3c947a317dad7e6 (patch) | |
| tree | b9cda65f21d6ba18eecac831398e073370dabea4 | |
| parent | a9f7bedb252b4a748f3900afb289414034aeacd7 (diff) | |
More TODOs.
| -rw-r--r-- | wintable/select.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/select.h b/wintable/select.h index bc7c0b1..2361e24 100644 --- a/wintable/select.h +++ b/wintable/select.h @@ -100,9 +100,11 @@ noScroll: panic("error queueing newly selected row for redraw in doselect()"); } + // TODO what about deselect/defocus? // TODO notify on the old row too? NotifyWinEvent(EVENT_OBJECT_SELECTION, t->hwnd, OBJID_CLIENT, t->selectedRow); // TODO send EVENT_OBJECT_STATECHANGED too? + // TODO send EVENT_OBJECT_FOCUS } // TODO make this needless |
