Feature: Add search filter and name text to build waypoint window.

This commit is contained in:
Peter Nelson
2023-05-08 01:04:27 +01:00
committed by Michael Lutz
parent dc50ff807c
commit f5158c8b79
3 changed files with 123 additions and 17 deletions

View File

@@ -117,9 +117,11 @@ enum BuildRailDepotWidgets {
/** Widgets of the #BuildRailWaypointWindow class. */
enum BuildRailWaypointWidgets {
WID_BRW_FILTER, ///< Text filter.
WID_BRW_WAYPOINT_MATRIX, ///< Matrix with waypoints.
WID_BRW_WAYPOINT, ///< A single waypoint.
WID_BRW_SCROLL, ///< Scrollbar for the matrix.
WID_BRW_NAME, ///< Name of selected waypoint.
};
#endif /* WIDGETS_RAIL_WIDGET_H */