diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-16 04:51:17 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-16 04:51:17 -0500 |
| commit | 9338743e5d6e0829edb1e8df33d7d46acb5c48dd (patch) | |
| tree | 65b992054342af55bc9619df79e641b5f6b1bc0f | |
| parent | 1705050631cf9a805da7dbaf391df32acad4ffa1 (diff) | |
More TODOs.
| -rw-r--r-- | wintable/accessibility.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/accessibility.h b/wintable/accessibility.h index 9d94f78..a8ddb35 100644 --- a/wintable/accessibility.h +++ b/wintable/accessibility.h @@ -83,6 +83,7 @@ static HRESULT normalizeWhat(struct tableAcc *ta, VARIANT varChild, tableAccWhat case ROLE_SYSTEM_ROW: case ROLE_SYSTEM_CELL: // TODO + // TODO also figure out what to do if the current row/cell become invalid (rows being removed, etc.) break; } return S_OK; @@ -390,6 +391,7 @@ static HRESULT STDMETHODCALLTYPE tableAccaccNavigate(IAccessible *this, long nav return IAccessible_accNavigate(TA->std, navDir, varStart, pvarEndUpAt); } +// TODO should this ever return parents? static HRESULT STDMETHODCALLTYPE tableAccaccHitTest(IAccessible *this, long xLeft, long yTop, VARIANT *pvarChild) { POINT pt; |
