Make a number of rows with buttons for each company for the linkgraph legend window. */
| 445 | |
| 446 | /** Make a number of rows with buttons for each company for the linkgraph legend window. */ |
| 447 | std::unique_ptr<NWidgetBase> MakeCompanyButtonRowsLinkGraphGUI() |
| 448 | { |
| 449 | return MakeCompanyButtonRows(WID_LGL_COMPANY_FIRST, WID_LGL_COMPANY_LAST, COLOUR_GREY, 3, STR_NULL); |
| 450 | } |
| 451 | |
| 452 | std::unique_ptr<NWidgetBase> MakeSaturationLegendLinkGraphGUI() |
| 453 | { |
nothing calls this directly
no test coverage detected