summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-02 11:05:18 -0400
committerPietro Gagliardi <[email protected]>2014-08-02 11:05:18 -0400
commit1f6ad99afba135c08a03c300adaa11bf6b84cef5 (patch)
tree8dae58a41020ff53dde9139c45e39f23eb7ae9cf /redo/winapi_windows.h
parentc6e47ba21abc5b67f034f3f244c91d415ad571db (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.h1
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;