| 449 | } |
| 450 | |
| 451 | void CContainerUI::EndRight() |
| 452 | { |
| 453 | SIZE sz = GetScrollPos(); |
| 454 | sz.cx = GetScrollRange().cx; |
| 455 | SetScrollPos(sz); |
| 456 | } |
| 457 | |
| 458 | void CContainerUI::EnableScrollBar(bool bEnableVertical, bool bEnableHorizontal) |
| 459 | { |
nothing calls this directly
no outgoing calls
no test coverage detected