From 7cb6ca1243fd12fe942964c3ffbfa6a9bb80caeb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 28 Jul 2014 20:52:32 -0400 Subject: Began the implementation of Table on Windows. --- redo/winapi_windows.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'redo/winapi_windows.h') diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 0129d37..c8726e7 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -87,4 +87,10 @@ extern void setTabSubclass(HWND, void *); extern void tabAppend(HWND, LPCWSTR); extern void tabGetContentRect(HWND, RECT *); +/* table_windows.go */ +extern LPCWSTR xWC_LISTVIEW; +extern void setTableSubclass(HWND, void *); +extern void tableAppendColumn(HWND, int, LPCWSTR); +extern void tableUpdate(HWND, int); + #endif -- cgit v1.2.3