Searched refs:barHeight (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/ieframe/ |
H A D | iexplore.c | 75 INT barHeight = SendMessageW(hwndRebar, RB_GETBARHEIGHT, 0, 0); in adjust_ie_docobj_rect() local 77 InflateRect(rc, 0, -barHeight); in adjust_ie_docobj_rect() 527 INT barHeight = SendMessageW(hwndRebar, RB_GETBARHEIGHT, 0, 0); in iewnd_OnSize() local 538 SetWindowPos(hwndRebar, NULL, 0, 0, width, barHeight, SWP_NOZORDER | SWP_NOACTIVATE); in iewnd_OnSize()
|