| 10207 | |
| 10208 | |
| 10209 | POINT GuiType::GetPositionOfTabDisplayArea(GuiControlType &aTabControl) |
| 10210 | // Gets position of tab control's display area relative to parent window's client area. |
| 10211 | { |
| 10212 | RECT rect; |
| 10213 | GetTabDisplayAreaRect(aTabControl.hwnd, rect); |
| 10214 | POINT pt = { rect.left, rect.top }; |
| 10215 | return pt; |
| 10216 | } |
| 10217 | |
| 10218 | |
| 10219 |
nothing calls this directly
no outgoing calls
no test coverage detected