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

Method ScanProgressWindow

src/newgrf_gui.cpp:2153–2156  ·  view source on GitHub ↗

Create the window. */

Source from the content-addressed store, hash-verified

2151
2152 /** Create the window. */
2153 ScanProgressWindow() : Window(_scan_progress_desc)
2154 {
2155 this->InitNested(1);
2156 }
2157
2158 void UpdateWidgetSize(WidgetID widget, Dimension &size, [[maybe_unused]] const Dimension &padding, [[maybe_unused]] Dimension &fill, [[maybe_unused]] Dimension &resize) override
2159 {

Callers

nothing calls this directly

Calls 1

InitNestedMethod · 0.80

Tested by

no test coverage detected