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
81e314b1
Commit
81e314b1
authored
Nov 23, 1999
by
Eric Kohl
Committed by
Alexandre Julliard
Nov 23, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- added version messages and some simple get/set messages.
- added unicode messages
parent
afe53ed9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
toolbar.c
dlls/comctl32/toolbar.c
+0
-0
toolbar.h
include/toolbar.h
+2
-0
No files found.
dlls/comctl32/toolbar.c
View file @
81e314b1
This diff is collapsed.
Click to expand it.
include/toolbar.h
View file @
81e314b1
...
...
@@ -56,11 +56,13 @@ typedef struct tagTOOLBAR_INFO
HWND
hwndNotify
;
/* handle to the window that gets notifications */
BOOL
bTransparent
;
/* background transparency flag */
BOOL
bAutoSize
;
/* auto size deadlock indicator */
BOOL
bAnchor
;
/* anchor highlight enabled */
DWORD
dwExStyle
;
/* extended toolbar style */
DWORD
dwDTFlags
;
/* DrawText flags */
COLORREF
clrInsertMark
;
/* insert mark color */
RECT
rcBound
;
/* bounding rectangle */
INT
iVersion
;
TBUTTON_INFO
*
buttons
;
/* pointer to button array */
LPWSTR
*
strings
;
/* pointer to string array */
...
...
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