| 274 | } |
| 275 | |
| 276 | void OnEditboxChanged(WidgetID widget) override |
| 277 | { |
| 278 | if (widget == WID_SIL_FILTER_TEXT) this->SetFilterString(this->filter_editbox.text.GetText()); |
| 279 | } |
| 280 | |
| 281 | void BuildSortSignList() |
| 282 | { |
nothing calls this directly
no test coverage detected