Sweden-Number/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
Makefile.in uxtheme: Enable compilation with long types. 2022-02-21 12:32:07 +01:00
buffer.c
dialog.c uxtheme: Use tab background as dialog texture for more WM_CTLCOLOR* messages. 2022-02-09 18:37:32 +01:00
draw.c uxtheme: Enable compilation with long types. 2022-02-21 12:32:07 +01:00
main.c uxtheme: Enable compilation with long types. 2022-02-21 12:32:07 +01:00
metric.c uxtheme: Implement GetThemeTransitionDuration(). 2021-11-02 17:09:39 +01:00
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 uxtheme: Use vssym32.h instead of tmschema.h. 2021-11-02 17:09:39 +01:00
scrollbar.c uxtheme: Enable compilation with long types. 2022-02-21 12:32:07 +01:00
stylemap.c uxtheme: Support more progress bar parts. 2021-11-17 15:31:21 +01:00
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 uxtheme: Hook DefDlgProc() for dialog theming. 2022-01-24 10:18:31 +01:00
version.rc