src/settings_gui.cpp
changeset 6144 5a0ffbf27ced
parent 5939 77530457a36b
child 6235 5077e6ed3788
child 6338 0fb4f452873c
equal deleted inserted replaced
6143:87e99d425124 6144:5a0ffbf27ced
   280 {   WIDGETS_END},
   280 {   WIDGETS_END},
   281 };
   281 };
   282 
   282 
   283 static const WindowDesc _game_options_desc = {
   283 static const WindowDesc _game_options_desc = {
   284 	WDP_CENTER, WDP_CENTER, 370, 239,
   284 	WDP_CENTER, WDP_CENTER, 370, 239,
   285 	WC_GAME_OPTIONS,0,
   285 	WC_GAME_OPTIONS, WC_NONE,
   286 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
   286 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
   287 	_game_options_widgets,
   287 	_game_options_widgets,
   288 	GameOptionsWndProc
   288 	GameOptionsWndProc
   289 };
   289 };
   290 
   290 
   543 {   WIDGETS_END},
   543 {   WIDGETS_END},
   544 };
   544 };
   545 
   545 
   546 static const WindowDesc _game_difficulty_desc = {
   546 static const WindowDesc _game_difficulty_desc = {
   547 	WDP_CENTER, WDP_CENTER, 370, 279,
   547 	WDP_CENTER, WDP_CENTER, 370, 279,
   548 	WC_GAME_OPTIONS,0,
   548 	WC_GAME_OPTIONS, WC_NONE,
   549 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   549 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   550 	_game_difficulty_widgets,
   550 	_game_difficulty_widgets,
   551 	GameDifficultyWndProc
   551 	GameDifficultyWndProc
   552 };
   552 };
   553 
   553 
   905 {   WIDGETS_END},
   905 {   WIDGETS_END},
   906 };
   906 };
   907 
   907 
   908 static const WindowDesc _patches_selection_desc = {
   908 static const WindowDesc _patches_selection_desc = {
   909 	WDP_CENTER, WDP_CENTER, 370, 371,
   909 	WDP_CENTER, WDP_CENTER, 370, 371,
   910 	WC_GAME_OPTIONS,0,
   910 	WC_GAME_OPTIONS, WC_NONE,
   911 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   911 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   912 	_patches_selection_widgets,
   912 	_patches_selection_widgets,
   913 	PatchesSelectionWndProc,
   913 	PatchesSelectionWndProc,
   914 };
   914 };
   915 
   915 
  1125 {   WIDGETS_END},
  1125 {   WIDGETS_END},
  1126 };
  1126 };
  1127 
  1127 
  1128 static const WindowDesc _cust_currency_desc = {
  1128 static const WindowDesc _cust_currency_desc = {
  1129 	WDP_CENTER, WDP_CENTER, 230, 120,
  1129 	WDP_CENTER, WDP_CENTER, 230, 120,
  1130 	WC_CUSTOM_CURRENCY, 0,
  1130 	WC_CUSTOM_CURRENCY, WC_NONE,
  1131 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
  1131 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
  1132 	_cust_currency_widgets,
  1132 	_cust_currency_widgets,
  1133 	CustCurrencyWndProc,
  1133 	CustCurrencyWndProc,
  1134 };
  1134 };
  1135 
  1135