diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-02 11:05:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-02 11:05:18 -0400 |
| commit | 1f6ad99afba135c08a03c300adaa11bf6b84cef5 (patch) | |
| tree | 8dae58a41020ff53dde9139c45e39f23eb7ae9cf /redo/winapi_windows.h | |
| parent | c6e47ba21abc5b67f034f3f244c91d415ad571db (diff) | |
Wrote code to get Windows Tabs's tab height; will integrate it later.
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 12e5ddf..9ffa019 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -89,6 +89,7 @@ extern LPWSTR xWC_TABCONTROL; extern void setTabSubclass(HWND, void *); extern void tabAppend(HWND, LPWSTR); extern void tabGetContentRect(HWND, RECT *); +extern LONG tabGetTabHeight(HWND); /* table_windows.go */ extern LPWSTR xWC_LISTVIEW; |
