diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/object_widget.h | 1 |
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. |