misc_gui.c
changeset 5070 0bbf5264bfb7
parent 5039 ff17ca5e7c3d
child 5079 173056d957f5
equal deleted inserted replaced
5069:8097cd4cd07a 5070:0bbf5264bfb7
   131 {      WWT_PANEL,   RESIZE_NONE,    14,     0,   279,    14,    92, 0x0,                            STR_NULL},
   131 {      WWT_PANEL,   RESIZE_NONE,    14,     0,   279,    14,    92, 0x0,                            STR_NULL},
   132 {    WIDGETS_END},
   132 {    WIDGETS_END},
   133 };
   133 };
   134 
   134 
   135 static const WindowDesc _land_info_desc = {
   135 static const WindowDesc _land_info_desc = {
   136 	-1, -1, 280, 93,
   136 	WDP_AUTO, WDP_AUTO, 280, 93,
   137 	WC_LAND_INFO,0,
   137 	WC_LAND_INFO,0,
   138 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   138 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   139 	_land_info_widgets,
   139 	_land_info_widgets,
   140 	LandInfoWndProc
   140 	LandInfoWndProc
   141 };
   141 };
   438 {    WWT_TEXTBTN,   RESIZE_NONE,    14,     2,   140,   170,   181, STR_028A_RANDOM_TREES, STR_028B_PLANT_TREES_RANDOMLY_OVER},
   438 {    WWT_TEXTBTN,   RESIZE_NONE,    14,     2,   140,   170,   181, STR_028A_RANDOM_TREES, STR_028B_PLANT_TREES_RANDOMLY_OVER},
   439 {    WIDGETS_END},
   439 {    WIDGETS_END},
   440 };
   440 };
   441 
   441 
   442 static const WindowDesc _build_trees_scen_desc = {
   442 static const WindowDesc _build_trees_scen_desc = {
   443 	-1, -1, 143, 184,
   443 	WDP_AUTO, WDP_AUTO, 143, 184,
   444 	WC_BUILD_TREES,0,
   444 	WC_BUILD_TREES,0,
   445 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   445 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
   446 	_build_trees_scen_widgets,
   446 	_build_trees_scen_widgets,
   447 	BuildTreesWndProc
   447 	BuildTreesWndProc
   448 };
   448 };