summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-28 23:47:45 -0400
committerPietro Gagliardi <[email protected]>2014-07-28 23:47:45 -0400
commit84e04cdae1cc6cb000d70d08ff5c379cf83ea07e (patch)
tree04c9096103bcb42ec52db0051ef193e4f2516311 /redo/winapi_windows.h
parent8fcadffeafe106d20f69259ac7277a89bb12e71e (diff)
Set up some extended styles on Windows Tables for consistency and future features.
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index c8726e7..51bbe0e 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -92,5 +92,6 @@ extern LPCWSTR xWC_LISTVIEW;
extern void setTableSubclass(HWND, void *);
extern void tableAppendColumn(HWND, int, LPCWSTR);
extern void tableUpdate(HWND, int);
+extern void tableAddExtendedStyles(HWND, LPARAM);
#endif