diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-19 23:25:51 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-19 23:25:51 -0500 |
| commit | 924352d76a2bdc54415c18246a57bf29322f7344 (patch) | |
| tree | 68bb16c9ca35986e10fbcd7d41886f361e29ce42 /winapi_windows.h | |
| parent | cab2d934495949cadf5345f910339054f426ccea (diff) | |
Added tableSetSelection to the new Windows Table and hooked it up to the package ui Table.
Diffstat (limited to 'winapi_windows.h')
| -rw-r--r-- | winapi_windows.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winapi_windows.h b/winapi_windows.h index 28104be..ddb0bb3 100644 --- a/winapi_windows.h +++ b/winapi_windows.h @@ -115,9 +115,7 @@ extern void gotableSetRowCount(HWND, intptr_t); extern void tableAutosizeColumns(HWND, int); */ extern intptr_t tableSelectedItem(HWND); -/* TODO extern void tableSelectItem(HWND, intptr_t); -*/ // container_windows.c extern RECT containerBounds(HWND); |
