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
c4a01c3c
Commit
c4a01c3c
authored
Apr 18, 1999
by
Luc Tourangeau
Committed by
Alexandre Julliard
Apr 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
TCM_SETITEMSIZE and TCM_DELETEITEM.
parent
5b14b535
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 @
c4a01c3c
This diff is collapsed.
Click to expand it.
include/tab.h
View file @
c4a01c3c
...
...
@@ -24,6 +24,7 @@ typedef struct tagTAB_INFO
{
UINT
uNumItem
;
/* number of tab items */
INT
tabHeight
;
/* height of the tab row */
INT
tabWidth
;
/* width of tabs */
HFONT
hFont
;
/* handle to the current font */
HCURSOR
hcurArrow
;
/* handle to the current cursor */
HIMAGELIST
himl
;
/* handle to a image list (may be 0) */
...
...
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