summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/select.h2
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