diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-28 20:52:32 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-28 20:52:32 -0400 |
| commit | 7cb6ca1243fd12fe942964c3ffbfa6a9bb80caeb (patch) | |
| tree | 1230d24c4c692feed9125e3e34664ebaeb5ad302 /redo/winapi_windows.h | |
| parent | e2ef204b706b308090d1a1b6f3161458dcb99b0e (diff) | |
Began the implementation of Table on Windows.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
