src/ship_gui.cpp
changeset 6144 5a0ffbf27ced
parent 6125 492a1c0440af
child 6235 5077e6ed3788
child 6524 44e22a9b2c97
equal deleted inserted replaced
6143:87e99d425124 6144:5a0ffbf27ced
   326 { WIDGETS_END }
   326 { WIDGETS_END }
   327 };
   327 };
   328 
   328 
   329 static const WindowDesc _ship_view_desc = {
   329 static const WindowDesc _ship_view_desc = {
   330 	WDP_AUTO, WDP_AUTO, 250, 116,
   330 	WDP_AUTO, WDP_AUTO, 250, 116,
   331 	WC_VEHICLE_VIEW,0,
   331 	WC_VEHICLE_VIEW, WC_NONE,
   332 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
   332 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
   333 	_ship_view_widgets,
   333 	_ship_view_widgets,
   334 	ShipViewWndProc
   334 	ShipViewWndProc
   335 };
   335 };
   336 
   336