virtual */
| 614 | } |
| 615 | |
| 616 | /* virtual */ void TextfileWindow::OnInvalidateData([[maybe_unused]] int data, [[maybe_unused]] bool gui_scope) |
| 617 | { |
| 618 | if (!gui_scope) return; |
| 619 | |
| 620 | this->ReflowContent(); |
| 621 | this->SetupScrollbars(); |
| 622 | } |
| 623 | |
| 624 | void TextfileWindow::OnDropdownSelect(WidgetID widget, int index, int) |
| 625 | { |
nothing calls this directly
no test coverage detected