src/bridge_gui.cpp
changeset 9317 f14eb8815829
parent 9292 176fb6c36f10
child 9320 4e17d11b92e4
equal deleted inserted replaced
9316:f8c7d3af9e1b 9317:f14eb8815829
   281 static const WindowDesc _build_bridge_desc = {
   281 static const WindowDesc _build_bridge_desc = {
   282 	WDP_AUTO, WDP_AUTO, 200, 114, 200, 114,
   282 	WDP_AUTO, WDP_AUTO, 200, 114, 200, 114,
   283 	WC_BUILD_BRIDGE, WC_BUILD_TOOLBAR,
   283 	WC_BUILD_BRIDGE, WC_BUILD_TOOLBAR,
   284 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE,
   284 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE,
   285 	_build_bridge_widgets,
   285 	_build_bridge_widgets,
   286 	NULL
       
   287 };
   286 };
   288 
   287 
   289 /**
   288 /**
   290  * Add a buildable bridge to the list.
   289  * Add a buildable bridge to the list.
   291  *  If the list is empty a new one is created.
   290  *  If the list is empty a new one is created.