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
8ee3144a
Commit
8ee3144a
authored
May 09, 2000
by
Aric Stewart
Committed by
Alexandre Julliard
May 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the ability to use multiline tab controls to wine.
parent
b7ed6df2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
tab.c
dlls/comctl32/tab.c
+0
-0
tab.h
include/tab.h
+5
-1
No files found.
dlls/comctl32/tab.c
View file @
8ee3144a
This diff is collapsed.
Click to expand it.
include/tab.h
View file @
8ee3144a
...
@@ -20,12 +20,16 @@ typedef struct tagTAB_ITEM
...
@@ -20,12 +20,16 @@ typedef struct tagTAB_ITEM
LPARAM
lParam
;
LPARAM
lParam
;
RECT
rect
;
/* bounding rectangle of the item relative to the
RECT
rect
;
/* bounding rectangle of the item relative to the
* leftmost item (the leftmost item, 0, would have a
* leftmost item (the leftmost item, 0, would have a
* "left" member of 0 in this rectangle) */
* "left" member of 0 in this rectangle)
*
* additionally the top member hold the row number
* and bottom is unused and should be 0 */
}
TAB_ITEM
;
}
TAB_ITEM
;
typedef
struct
tagTAB_INFO
typedef
struct
tagTAB_INFO
{
{
UINT
uNumItem
;
/* number of tab items */
UINT
uNumItem
;
/* number of tab items */
UINT
uNumRows
;
/* number of tab rows */
INT
tabHeight
;
/* height of the tab row */
INT
tabHeight
;
/* height of the tab row */
INT
tabWidth
;
/* width of tabs */
INT
tabWidth
;
/* width of tabs */
HFONT
hFont
;
/* handle to the current font */
HFONT
hFont
;
/* handle to the current font */
...
...
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