From 0fea01e2465574ac9d72e14dc3c947a317dad7e6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 17 Feb 2015 12:56:46 -0500 Subject: [PATCH] More TODOs. --- wintable/select.h | 2 ++ 1 file changed, 2 insertions(+) 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