(svn r24631) -Feature: Add buttons to expand/collapse all to advanced settings GUI.

This commit is contained in:
frosch
2012-10-27 15:25:57 +00:00
parent f020e87a79
commit 716014c410
3 changed files with 143 additions and 5 deletions

View File

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