wine/dlls/uxtheme
Zhiyi Zhang f11129d9c4 uxtheme: Search parts of any state in IsThemePartDefined().
Tests show that IsThemePartDefined() doesn't use state ID to search parts. If a part of any state is
present, the part is considered as defined. For example, disabled state of part EditText of class
Edit is present in theme files but there is no default state for part EditText. So
IsThemePartDefined(theme, EP_EDITTEXT, 0) failed previously and it should succeed.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52581
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-01 10:36:16 +01:00
..
tests uxtheme: Search parts of any state in IsThemePartDefined(). 2022-03-01 10:36:16 +01:00
buffer.c
dialog.c
draw.c
main.c
Makefile.in
metric.c
msstyles.c uxtheme: Search parts of any state in IsThemePartDefined(). 2022-03-01 10:36:16 +01:00
msstyles.h uxtheme: Search parts of any state in IsThemePartDefined(). 2022-03-01 10:36:16 +01:00
property.c
scrollbar.c
stylemap.c
system.c uxtheme: Search parts of any state in IsThemePartDefined(). 2022-03-01 10:36:16 +01:00
uxini.c
uxtheme.manifest
uxtheme.spec
uxthemedll.h
version.rc