Commit 506115b8 authored by Alex Priem's avatar Alex Priem Committed by Alexandre Julliard

- Tooltip support

- Vertical trackbars supported now - TBS_BOTH support (goes along with partial cleanup of drawing code) - Use COMCTL32 heap instead of system heap
parent 2d37e9b8
......@@ -19,6 +19,7 @@ typedef struct tagTRACKBAR_INFO
UINT32 uThumbLen;
UINT32 uNumTics;
UINT32 uTicFreq;
HWND32 hwndNotify;
HWND32 hwndToolTip;
HWND32 hwndBuddyLA;
HWND32 hwndBuddyRB;
......@@ -30,13 +31,13 @@ typedef struct tagTRACKBAR_INFO
RECT32 rcChannel;
RECT32 rcSelection;
RECT32 rcThumb;
INT32 dragPos;
INT32 dragPos;
LPLONG tics;
} TRACKBAR_INFO;
#define TB_DRAG_TIMER 1
#define TB_DRAG_DELAY 10
#define TB_REFRESH_TIMER 1
#define TB_REFRESH_DELAY 1
......
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