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

Method OnDropdownSelect

src/textfile_gui.cpp:624–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624void TextfileWindow::OnDropdownSelect(WidgetID widget, int index, int)
625{
626 if (widget != WID_TF_JUMPLIST) return;
627
628 this->ScrollToLine(index);
629}
630
631extern bool CanContinueRealtimeTick();
632

Callers

nothing calls this directly

Calls 1

ScrollToLineMethod · 0.95

Tested by

no test coverage detected