Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
da2cd4d0
Commit
da2cd4d0
authored
May 11, 2000
by
Ken Thomases
Committed by
Alexandre Julliard
May 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
mouse-over).
parent
031793e7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
tab.c
dlls/comctl32/tab.c
+0
-0
tab.h
include/tab.h
+1
-0
No files found.
dlls/comctl32/tab.c
View file @
da2cd4d0
This diff is collapsed.
Click to expand it.
include/tab.h
View file @
da2cd4d0
...
...
@@ -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*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment