Home
last modified time | relevance | path

Searched refs:IsScrollBarVisible (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/uxtheme/
H A Dnonclient.c35 IsScrollBarVisible(HWND hWnd, INT hBar) in IsScrollBarVisible() function
597 if ((pcontext->wi.dwStyle & WS_HSCROLL) && IsScrollBarVisible(pcontext->hWnd, OBJID_HSCROLL)) in ThemePaintWindow()
600 if ((pcontext->wi.dwStyle & WS_VSCROLL) && IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in ThemePaintWindow()
604 IsScrollBarVisible(pcontext->hWnd, OBJID_HSCROLL) && in ThemePaintWindow()
605 IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in ThemePaintWindow()
1155 if (hasVScrollBar && IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in DrawWindowForNCPreview()