diff options
author | frosch <frosch@openttd.org> | 2012-10-27 15:25:57 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-10-27 15:25:57 +0000 |
commit | 716014c4103add88e92a59e6e0f87d3bbbab8e21 (patch) | |
tree | adbe3e45f0837668622ce70f263f2c33516e69ed /src/widgets | |
parent | f020e87a79d94f50c427ac2dc70a538e783dfd94 (diff) | |
download | openttd-716014c4103add88e92a59e6e0f87d3bbbab8e21.tar.xz |
(svn r24631) -Feature: Add buttons to expand/collapse all to advanced settings GUI.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/settings_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index a7ca3512e..2a9173b49 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -55,6 +55,8 @@ enum GameSettingsWidgets { 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. }; /** Widgets of the #CustomCurrencyWindow class. */ |