Searched refs:rcTab (Results 1 – 1 of 1) sorted by relevance
1057 RECT rcTab; in PROPSHEET_GetPaddingInfo() local1060 GetWindowRect(hwndTab, &rcTab); in PROPSHEET_GetPaddingInfo()1061 MapWindowPoints( 0, hwndDlg, (POINT *)&rcTab, 2 ); in PROPSHEET_GetPaddingInfo()1063 padding.x = rcTab.left; in PROPSHEET_GetPaddingInfo()1064 padding.y = rcTab.top; in PROPSHEET_GetPaddingInfo()