summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorDidac Perez Parera <perez.didac@gmail.com>2021-02-19 01:26:54 -0800
committerGitHub <noreply@github.com>2021-02-19 10:26:54 +0100
commit96990b2ea7e08f73d7b53207533dc3f94394ac89 (patch)
tree2e0117d2c24c91ddff6e399d492bf30186f856b2 /src/widgets
parent7577dfa57518a66e839b1b06d97ddf1dab633a06 (diff)
downloadopenttd-96990b2ea7e08f73d7b53207533dc3f94394ac89.tar.xz
Feature: Object class selection string filtering (#8603)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/object_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/object_widget.h b/src/widgets/object_widget.h
index 9ca06e2fe..9afb783c5 100644
--- a/src/widgets/object_widget.h
+++ b/src/widgets/object_widget.h
@@ -12,6 +12,7 @@
/** Widgets of the #BuildObjectWindow class. */
enum BuildObjectWidgets {
+ WID_BO_FILTER, ///< The filter text box for the object list.
WID_BO_CLASS_LIST, ///< The list with classes.
WID_BO_SCROLLBAR, ///< The scrollbar associated with the list.
WID_BO_OBJECT_MATRIX, ///< The matrix with preview sprites.