| 929 | } |
| 930 | |
| 931 | void CTxtWinHost::GetControlRect(LPRECT prc) |
| 932 | { |
| 933 | prc->top = rcClient.top; |
| 934 | prc->bottom = rcClient.bottom; |
| 935 | prc->left = rcClient.left; |
| 936 | prc->right = rcClient.right; |
| 937 | } |
| 938 | |
| 939 | void CTxtWinHost::SetTransparent(BOOL f_Transparent) |
| 940 | { |
no outgoing calls
no test coverage detected