MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / OnEditboxChanged

Method OnEditboxChanged

src/signs_gui.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

SetFilterStringMethod · 0.95
GetTextMethod · 0.45

Tested by

no test coverage detected