| 2681 | } |
| 2682 | |
| 2683 | Point ListBoxX::GetClientExtent() const { |
| 2684 | PRectangle rc = const_cast<ListBoxX*>(this)->GetClientPosition(); |
| 2685 | return Point(rc.Width(), rc.Height()); |
| 2686 | } |
| 2687 | |
| 2688 | void ListBoxX::CentreItem(int n) { |
| 2689 | // If below mid point, scroll up to centre, but with more items below if uneven |
nothing calls this directly
no test coverage detected