Searched refs:ThemeGetButtonState (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 344 ThemeGetButtonState(DWORD htCurrect, DWORD htHot, DWORD htDown, BOOL Active) in ThemeGetButtonState() function 360 ThemeGetButtonState(HTCLOSE, htHot, htDown, pcontext->Active)); in ThemeDrawCaptionButtons() 362 ThemeGetButtonState(HTMAXBUTTON, htHot, htDown, pcontext->Active)); in ThemeDrawCaptionButtons() 364 ThemeGetButtonState(HTMINBUTTON, htHot, htDown, pcontext->Active)); in ThemeDrawCaptionButtons() 366 ThemeGetButtonState(HTHELP, htHot, htDown, pcontext->Active)); in ThemeDrawCaptionButtons()
|