Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b2e099cf
Commit
b2e099cf
authored
Jan 30, 1999
by
Alex Priem
Committed by
Alexandre Julliard
Jan 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small update.
parent
d2d7f969
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
tab.c
dlls/comctl32/tab.c
+0
-0
tab.h
include/tab.h
+3
-0
No files found.
dlls/comctl32/tab.c
View file @
b2e099cf
This diff is collapsed.
Click to expand it.
include/tab.h
View file @
b2e099cf
...
...
@@ -25,10 +25,13 @@ typedef struct tagTAB_INFO
HFONT32
hFont
;
/* handle to the current font */
HCURSOR32
hcurArrow
;
/* handle to the current cursor */
HIMAGELIST
himl
;
/* handle to a image list (may be 0) */
HWND32
hwndToolTip
;
/* handle to tab's tooltip */
UINT32
cchTextMax
;
INT32
iSelected
;
/* the currently selected item */
INT32
uFocus
;
/* item which has the focus */
TAB_ITEM
*
items
;
/* pointer to an array of TAB_ITEM's */
RECT32
rect
;
BOOL32
DoRedraw
;
/* flag for redrawing when tab contents is changed*/
}
TAB_INFO
;
...
...
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