Commit da2cd4d0 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

Implemented tab control style TCS_HOTTRACK (tabs are highlighted on

mouse-over).
parent 031793e7
......@@ -40,6 +40,7 @@ typedef struct tagTAB_INFO
INT leftmostVisible; /* Used for scrolling, this member contains
* the index of the first visible item */
INT iSelected; /* the currently selected item */
INT iHotTracked; /* the highlighted item under the mouse */
INT uFocus; /* item which has the focus */
TAB_ITEM* items; /* pointer to an array of TAB_ITEM's */
BOOL DoRedraw; /* flag for redrawing when tab contents is changed*/
......
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