Feature: Add search filter and name text to build waypoint window.
This commit is contained in:

committed by
Michael Lutz

parent
dc50ff807c
commit
f5158c8b79
@@ -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 */
|
||||
|
Reference in New Issue
Block a user