/reactos/dll/win32/comctl32/ |
H A D | theme_scrollbar.c | 532 const WCHAR* themeClass = WC_SCROLLBARW; in THEMING_ScrollbarSubclassProc() local 542 OpenThemeData(hwnd, themeClass); in THEMING_ScrollbarSubclassProc() 553 OpenThemeData(hwnd, themeClass); in THEMING_ScrollbarSubclassProc()
|
H A D | progress.c | 532 static const WCHAR themeClass[] = {'P','r','o','g','r','e','s','s',0}; in ProgressWindowProc() local 547 theme = OpenThemeData (hwnd, themeClass); in ProgressWindowProc() 609 theme = OpenThemeData (hwnd, themeClass); in ProgressWindowProc()
|
H A D | updown.c | 895 static const WCHAR themeClass[] = {'S','p','i','n',0}; in UpDownWindowProc() local 935 OpenThemeData (hwnd, themeClass); in UpDownWindowProc() 971 OpenThemeData (hwnd, themeClass); in UpDownWindowProc()
|
H A D | status.c | 89 static const WCHAR themeClass[] = { 'S','t','a','t','u','s',0 }; variable 944 OpenThemeData (hwnd, themeClass); in STATUSBAR_WMCreate() 1135 OpenThemeData (infoPtr->Self, themeClass); in theme_changed()
|
H A D | trackbar.c | 100 static const WCHAR themeClass[] = { 'T','r','a','c','k','b','a','r',0 }; variable 1558 OpenThemeData (hwnd, themeClass); 1725 OpenThemeData (infoPtr->hwndSelf, themeClass);
|
H A D | header.c | 114 static const WCHAR themeClass[] = {'H','e','a','d','e','r',0}; variable 1614 OpenThemeData(hwnd, themeClass); in HEADER_Create() 2122 OpenThemeData(infoPtr->hwndSelf, themeClass); in HEADER_ThemeChanged()
|
H A D | tab.c | 155 static const WCHAR themeClass[] = { 'T','a','b',0 }; variable 3078 OpenThemeData (infoPtr->hwnd, themeClass); in TAB_Create() 3152 OpenThemeData (infoPtr->hwnd, themeClass); in theme_changed()
|
H A D | comctl32_ros.diff | 2246 + HTHEME theme = OpenThemeData (hwnd, themeClass); 2251 OpenThemeData (hwnd, themeClass); 2302 + OpenThemeData (infoPtr->hwndSelf, themeClass); 2316 OpenThemeData (hwnd, themeClass);
|
H A D | monthcal.c | 148 static const WCHAR themeClass[] = { 'S','c','r','o','l','l','b','a','r',0 }; variable 2712 OpenThemeData (infoPtr->hwndSelf, themeClass); in theme_changed() 2817 OpenThemeData (infoPtr->hwndSelf, themeClass); in MONTHCAL_Create()
|
H A D | rebar.c | 305 static const WCHAR themeClass[] = { 'R','e','b','a','r',0 }; variable 2979 if (OpenThemeData (infoPtr->hwndSelf, themeClass)) in REBAR_Create() 3586 theme = OpenThemeData (infoPtr->hwndSelf, themeClass); in theme_changed()
|
H A D | toolbar.c | 250 static const WCHAR themeClass[] = { 'T','o','o','l','b','a','r',0 }; variable 5572 HTHEME theme = OpenThemeData (hwnd, themeClass); in TOOLBAR_Create() 5577 OpenThemeData (hwnd, themeClass); in TOOLBAR_Create() 6836 OpenThemeData (infoPtr->hwndSelf, themeClass); in theme_changed() 6850 OpenThemeData (hwnd, themeClass); in theme_changed()
|
H A D | treeview.c | 203 static const WCHAR themeClass[] = { 'T','r','e','e','v','i','e','w',0 }; variable 5193 OpenThemeData (hwnd, themeClass); in TREEVIEW_Create() 5663 OpenThemeData (infoPtr->hwnd, themeClass); in TREEVIEW_ThemeChanged()
|
H A D | listview.c | 427 static const WCHAR themeClass[] = {'L','i','s','t','V','i','e','w',0}; variable 9532 OpenThemeData(infoPtr->hwndSelf, themeClass); in LISTVIEW_ThemeChanged() 9756 OpenThemeData(hwnd, themeClass); in LISTVIEW_Create()
|