diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-17 15:30:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-17 15:30:10 -0400 |
| commit | d7c173cc05f139d012618e48e2dbfc4454732126 (patch) | |
| tree | 2cf0f7875bdcb6d4c41952974d7b8f5684ce2946 /redo/winapi_windows.h | |
| parent | 38e7565c378a9da93d04f41ab166f5bdac09de32 (diff) | |
Began implementing checkboxes in the Windows Table.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index c937f64..cf0f2b3 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -104,6 +104,7 @@ extern void tableAppendColumn(HWND, int, LPWSTR); extern void tableUpdate(HWND, int); extern void tableAddExtendedStyles(HWND, LPARAM); extern void tableAutosizeColumns(HWND, int); +extern void tableSetCheckboxImageList(HWND); // container_windows.c extern DWORD makeContainerWindowClass(char **); |
