summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorDidac Perez Parera <perez.didac@gmail.com>2021-03-13 01:00:36 -0800
committerGitHub <noreply@github.com>2021-03-13 10:00:36 +0100
commite708fb38da7a3635c7cc15dd1cc516ea1d2d5871 (patch)
treeb0efc2abaf2eef20543e5b761ab547c04d1149e2 /src/widgets
parent9c5a7d3a572d02813e6bab83004334b9a154a62b (diff)
downloadopenttd-e708fb38da7a3635c7cc15dd1cc516ea1d2d5871.tar.xz
Feature: allow filtering on name in rail station window (#8706)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/rail_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/rail_widget.h b/src/widgets/rail_widget.h
index 65af03d4a..f10f9bee4 100644
--- a/src/widgets/rail_widget.h
+++ b/src/widgets/rail_widget.h
@@ -62,6 +62,8 @@ enum BuildRailStationWidgets {
WID_BRAS_IMAGE, ///< Panel used at each cell of the matrix.
WID_BRAS_MATRIX_SCROLL, ///< Scrollbar of the matrix widget.
+ WID_BRAS_FILTER_CONTAINER, ///< Container for the filter text box for the station class list.
+ WID_BRAS_FILTER_EDITBOX, ///< Filter text box for the station class list.
WID_BRAS_SHOW_NEWST_DEFSIZE, ///< Selection for default-size button for newstation.
WID_BRAS_SHOW_NEWST_ADDITIONS, ///< Selection for newstation class selection list.
WID_BRAS_SHOW_NEWST_MATRIX, ///< Selection for newstation image matrix.