From bcbdc3933c4aeff90692a1059375b1f590e7c904 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 20:46:17 +0000 Subject: (svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class --- src/widgets/settings_widget.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/widgets/settings_widget.h') diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index a62fcf9a6..fe8637096 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -12,7 +12,7 @@ #ifndef WIDGETS_SETTINGS_WIDGET_H #define WIDGETS_SETTINGS_WIDGET_H -/** Widgets of the WC_GAME_OPTIONS (WC_GAME_OPTIONS is also used in others). */ +/** Widgets of the #GameOptionsWindow class. */ enum GameOptionsWidgets { WID_GO_BACKGROUND, ///< Background of the window. WID_GO_CURRENCY_DROPDOWN, ///< Currency dropdown. @@ -34,7 +34,7 @@ enum GameOptionsWidgets { WID_GO_BASE_MUSIC_DESCRIPTION, ///< Description of selected base music set. }; -/** Widgets of the WC_GAME_OPTIONS (WC_GAME_OPTIONS is also used in others). */ +/** Widgets of the #GameDifficultyWindow class. */ enum GameDifficultyWidgets { WID_GD_LVL_EASY, ///< Easy level button. WID_GD_LVL_MEDIUM, ///< Medium level button. @@ -47,13 +47,13 @@ enum GameDifficultyWidgets { WID_GD_OPTIONS_START, ///< Start of the options. }; -/** Widgets of the WC_GAME_OPTIONS (WC_GAME_OPTIONS is also used in others). */ +/** Widgets of the #GameSettingsWindow class. */ enum GameSettingsWidgets { WID_GS_OPTIONSPANEL, ///< Panel widget containing the option lists. WID_GS_SCROLLBAR, ///< Scrollbar. }; -/** Widgets of the WC_CUSTOM_CURRENCY. */ +/** Widgets of the #CustomCurrencyWindow class. */ enum CustomCurrencyWidgets { WID_CC_RATE_DOWN, ///< Down button. WID_CC_RATE_UP, ///< Up button. -- cgit v1.2.3-70-g09d2