summaryrefslogtreecommitdiff
path: root/wintable/scroll.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-17 12:52:50 -0500
committerPietro Gagliardi <[email protected]>2015-02-17 12:52:50 -0500
commit803e8b1fd6de1346306fe3194d8bbc2f613de017 (patch)
tree4220defb34613f5f9cdbc98c7543fdea5144c137 /wintable/scroll.h
parent903d8bf838bf2f6a1c887925798b05b68c5f2dad (diff)
Implemented some accessibility events. More TODOs.
Diffstat (limited to 'wintable/scroll.h')
-rw-r--r--wintable/scroll.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wintable/scroll.h b/wintable/scroll.h
index 1f333a8..9da2565 100644
--- a/wintable/scroll.h
+++ b/wintable/scroll.h
@@ -54,6 +54,9 @@ static void scrollto(struct table *t, int which, struct scrollParams *p, intptr_
if (p->post != NULL)
(*(p->post))(t);
+
+ // EVENT_OBJECT_CONTENTSCROLLED is Vista and up only
+ // TODO send state changes for all affected rows/cells?
}
static void scrollby(struct table *t, int which, struct scrollParams *p, intptr_t delta)