Commit 374a0a8f authored by Alex Priem's avatar Alex Priem Committed by Alexandre Julliard

Preliminary tooltip support.

WM_SETFONT/GETFONT added. Some bug fixes. Use COMCTL32 heap instead of system heap.
parent 7c77354f
......@@ -69,6 +69,7 @@ typedef struct tagTREEVIEW_INFO
COLORREF clrBk;
COLORREF clrText;
HFONT32 hFont;
HWND32 hwndToolTip;
HIMAGELIST himlNormal;
HIMAGELIST himlState;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment