main_gui.c
changeset 5070 0bbf5264bfb7
parent 5064 9042f861d711
child 5102 ce4b27298f90
equal deleted inserted replaced
5069:8097cd4cd07a 5070:0bbf5264bfb7
  1329 		break;
  1329 		break;
  1330 	}
  1330 	}
  1331 }
  1331 }
  1332 
  1332 
  1333 static const WindowDesc _scen_edit_land_gen_desc = {
  1333 static const WindowDesc _scen_edit_land_gen_desc = {
  1334 	-1,-1, 182, 96,
  1334 	WDP_AUTO, WDP_AUTO, 182, 96,
  1335 	WC_SCEN_LAND_GEN,0,
  1335 	WC_SCEN_LAND_GEN,0,
  1336 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
  1336 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
  1337 	_scen_edit_land_gen_widgets,
  1337 	_scen_edit_land_gen_widgets,
  1338 	ScenEditLandGenWndProc,
  1338 	ScenEditLandGenWndProc,
  1339 };
  1339 };
  1445 		break;
  1445 		break;
  1446 	}
  1446 	}
  1447 }
  1447 }
  1448 
  1448 
  1449 static const WindowDesc _scen_edit_town_gen_desc = {
  1449 static const WindowDesc _scen_edit_town_gen_desc = {
  1450 	-1,-1, 160, 82,
  1450 	WDP_AUTO, WDP_AUTO, 160, 82,
  1451 	WC_SCEN_TOWN_GEN,0,
  1451 	WC_SCEN_TOWN_GEN,0,
  1452 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
  1452 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
  1453 	_scen_edit_town_gen_widgets,
  1453 	_scen_edit_town_gen_widgets,
  1454 	ScenEditTownGenWndProc,
  1454 	ScenEditTownGenWndProc,
  1455 };
  1455 };
  1657 		break;
  1657 		break;
  1658 	}
  1658 	}
  1659 }
  1659 }
  1660 
  1660 
  1661 static const WindowDesc _scenedit_industry_normal_desc = {
  1661 static const WindowDesc _scenedit_industry_normal_desc = {
  1662 	-1,-1, 170, 225,
  1662 	WDP_AUTO, WDP_AUTO, 170, 225,
  1663 	WC_SCEN_INDUSTRY,0,
  1663 	WC_SCEN_INDUSTRY,0,
  1664 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1664 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1665 	_scenedit_industry_normal_widgets,
  1665 	_scenedit_industry_normal_widgets,
  1666 	ScenEditIndustryWndProc,
  1666 	ScenEditIndustryWndProc,
  1667 };
  1667 };
  1668 
  1668 
  1669 static const WindowDesc _scenedit_industry_hilly_desc = {
  1669 static const WindowDesc _scenedit_industry_hilly_desc = {
  1670 	-1,-1, 170, 225,
  1670 	WDP_AUTO, WDP_AUTO, 170, 225,
  1671 	WC_SCEN_INDUSTRY,0,
  1671 	WC_SCEN_INDUSTRY,0,
  1672 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1672 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1673 	_scenedit_industry_hilly_widgets,
  1673 	_scenedit_industry_hilly_widgets,
  1674 	ScenEditIndustryWndProc,
  1674 	ScenEditIndustryWndProc,
  1675 };
  1675 };
  1676 
  1676 
  1677 static const WindowDesc _scenedit_industry_desert_desc = {
  1677 static const WindowDesc _scenedit_industry_desert_desc = {
  1678 	-1,-1, 170, 225,
  1678 	WDP_AUTO, WDP_AUTO, 170, 225,
  1679 	WC_SCEN_INDUSTRY,0,
  1679 	WC_SCEN_INDUSTRY,0,
  1680 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1680 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1681 	_scenedit_industry_desert_widgets,
  1681 	_scenedit_industry_desert_widgets,
  1682 	ScenEditIndustryWndProc,
  1682 	ScenEditIndustryWndProc,
  1683 };
  1683 };
  1684 
  1684 
  1685 static const WindowDesc _scenedit_industry_candy_desc = {
  1685 static const WindowDesc _scenedit_industry_candy_desc = {
  1686 	-1,-1, 170, 225,
  1686 	WDP_AUTO, WDP_AUTO, 170, 225,
  1687 	WC_SCEN_INDUSTRY,0,
  1687 	WC_SCEN_INDUSTRY,0,
  1688 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1688 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
  1689 	_scenedit_industry_candy_widgets,
  1689 	_scenedit_industry_candy_widgets,
  1690 	ScenEditIndustryWndProc,
  1690 	ScenEditIndustryWndProc,
  1691 };
  1691 };