From 2c8bb7bc6d3b5614d53de957b4dca025c53a9cee Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 11:30:48 -0400 Subject: Fixed Tabs on Windows having undesirable tab stop behavior. This doesn't work correctly in wine, and I can confirm for the first time that it actually is a bug in wine! --- redo/winapi_windows.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redo/winapi_windows.h') diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 78c5e39..c063679 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -90,6 +90,8 @@ extern void setTabSubclass(HWND, void *); extern void tabAppend(HWND, LPWSTR); extern void tabGetContentRect(HWND, RECT *); extern LONG tabGetTabHeight(HWND); +extern void tabEnterChildren(HWND); +extern void tabLeaveChildren(HWND); // table_windows.go extern LPWSTR xWC_LISTVIEW; -- cgit v1.2.3