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
e0eb7eb0
Commit
e0eb7eb0
authored
Jun 21, 2022
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Jun 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Support parsing navigation class.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
parent
49d658cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
stylemap.c
dlls/uxtheme/stylemap.c
+20
-0
No files found.
dlls/uxtheme/stylemap.c
View file @
e0eb7eb0
...
...
@@ -728,6 +728,25 @@ static const MSSTYLES_CLASS_MAP classMenuband[] = {
{
0
,
0
,
L""
}
};
static
const
MSSTYLES_CLASS_MAP
classNavigation
[]
=
{
{
NAV_BACKBUTTON
,
0
,
L"BACKBUTTON"
},
{
NAV_BACKBUTTON
,
NAV_BB_NORMAL
,
L"NORMAL"
},
{
NAV_BACKBUTTON
,
NAV_BB_HOT
,
L"HOT"
},
{
NAV_BACKBUTTON
,
NAV_BB_PRESSED
,
L"PRESSED"
},
{
NAV_BACKBUTTON
,
NAV_BB_DISABLED
,
L"DISABLED"
},
{
NAV_FORWARDBUTTON
,
0
,
L"FORWARDBUTTON"
},
{
NAV_FORWARDBUTTON
,
NAV_FB_NORMAL
,
L"NORMAL"
},
{
NAV_FORWARDBUTTON
,
NAV_FB_HOT
,
L"HOT"
},
{
NAV_FORWARDBUTTON
,
NAV_FB_PRESSED
,
L"PRESSED"
},
{
NAV_FORWARDBUTTON
,
NAV_FB_DISABLED
,
L"DISABLED"
},
{
NAV_MENUBUTTON
,
0
,
L"MENUBUTTON"
},
{
NAV_MENUBUTTON
,
NAV_MB_NORMAL
,
L"NORMAL"
},
{
NAV_MENUBUTTON
,
NAV_MB_HOT
,
L"HOT"
},
{
NAV_MENUBUTTON
,
NAV_MB_PRESSED
,
L"PRESSED"
},
{
NAV_MENUBUTTON
,
NAV_MB_DISABLED
,
L"DISABLED"
},
{
0
,
0
,
L""
}
};
static
const
MSSTYLES_CLASS_MAP
classPage
[]
=
{
{
PGRP_UP
,
0
,
L"UP"
},
{
PGRP_UP
,
UPS_NORMAL
,
L"NORMAL"
},
...
...
@@ -1253,6 +1272,7 @@ static const MSSTYLES_CLASS_NAME mapClass[] = {
{
classListview
,
L"LISTVIEW"
},
{
classMenu
,
L"MENU"
},
{
classMenuband
,
L"MENUBAND"
},
{
classNavigation
,
L"NAVIGATION"
},
{
classPage
,
L"PAGE"
},
{
classProgress
,
L"PROGRESS"
},
{
classRebar
,
L"REBAR"
},
...
...
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