Feature: Object class selection string filtering (#8603)

This commit is contained in:
Didac Perez Parera
2021-02-19 01:26:54 -08:00
committed by GitHub
parent 7577dfa575
commit 96990b2ea7
2 changed files with 195 additions and 62 deletions

View File

@@ -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.