summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2012-10-29 19:53:13 +0000
committeryexo <yexo@openttd.org>2012-10-29 19:53:13 +0000
commit23054a3ab5bb700d831d592d1af819e0059a0c04 (patch)
treeb5a1750e9f7b60b64b8df73c2b19f8017b1a0d35 /src/widgets
parentc6cf8940172669c4f31b4273c4600b8f56a685db (diff)
downloadopenttd-23054a3ab5bb700d831d592d1af819e0059a0c04.tar.xz
(svn r24647) -Feature: add new filter option to the advanced settings window to show only changed settings (Eagle_rainbow)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/settings_widget.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h
index aa1f09a10..95ee28dbc 100644
--- a/src/widgets/settings_widget.h
+++ b/src/widgets/settings_widget.h
@@ -52,12 +52,14 @@ enum GameDifficultyWidgets {
/** Widgets of the #GameSettingsWindow class. */
enum GameSettingsWidgets {
- WID_GS_FILTER, ///< Text filter.
- WID_GS_OPTIONSPANEL, ///< Panel widget containing the option lists.
- WID_GS_SCROLLBAR, ///< Scrollbar.
- WID_GS_HELP_TEXT, ///< Information area to display help text of the selected option.
- WID_GS_EXPAND_ALL, ///< Expand all button.
- WID_GS_COLLAPSE_ALL, ///< Collapse all button.
+ WID_GS_FILTER, ///< Text filter.
+ WID_GS_OPTIONSPANEL, ///< Panel widget containing the option lists.
+ WID_GS_SCROLLBAR, ///< Scrollbar.
+ WID_GS_HELP_TEXT, ///< Information area to display help text of the selected option.
+ WID_GS_EXPAND_ALL, ///< Expand all button.
+ WID_GS_COLLAPSE_ALL, ///< Collapse all button.
+ WID_GS_RESTRICT_LABEL, ///< Label upfront to drop down box to restrict the list of settings to show
+ WID_GS_RESTRICT_DROPDOWN, ///< The drop down box to restrict the list of settings
};
/** Widgets of the #CustomCurrencyWindow class. */