From 1f6ad99afba135c08a03c300adaa11bf6b84cef5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 2 Aug 2014 11:05:18 -0400 Subject: Wrote code to get Windows Tabs's tab height; will integrate it later. --- redo/winapi_windows.h | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/winapi_windows.h') 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; -- cgit v1.2.3