MCPcopy Create free account
hub / github.com/DFHack/dfhack / resize

Method resize

plugins/dwarfmonitor.cpp:1669–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667 }
1668
1669 void resize(int32_t x, int32_t y) override {
1670 dfhack_viewscreen::resize(x, y);
1671 preferences_column.resize();
1672 dwarf_column.resize();
1673 }
1674};
1675
1676

Callers

nothing calls this directly

Calls 2

resizeFunction · 0.50
resizeMethod · 0.45

Tested by

no test coverage detected