| 366 | } |
| 367 | |
| 368 | void PickerWindow::OnResize() |
| 369 | { |
| 370 | if (this->has_class_picker) { |
| 371 | this->GetScrollbar(WID_PW_CLASS_SCROLL)->SetCapacityFromWidget(this, WID_PW_CLASS_LIST); |
| 372 | } |
| 373 | } |
| 374 | |
| 375 | void PickerWindow::OnClick(Point pt, WidgetID widget, int) |
| 376 | { |
no test coverage detected