virtual */
| 590 | } |
| 591 | |
| 592 | /* virtual */ void TextfileWindow::OnResize() |
| 593 | { |
| 594 | this->vscroll->SetCapacityFromWidget(this, WID_TF_BACKGROUND, WidgetDimensions::scaled.frametext.Vertical()); |
| 595 | this->hscroll->SetCapacityFromWidget(this, WID_TF_BACKGROUND, WidgetDimensions::scaled.framerect.Horizontal()); |
| 596 | |
| 597 | this->UpdateVisibleIterators(); |
| 598 | this->ReflowContent(); |
| 599 | this->SetupScrollbars(); |
| 600 | } |
| 601 | |
| 602 | /* virtual */ void TextfileWindow::OnInit() |
| 603 | { |
nothing calls this directly
no test coverage detected