src/rail_gui.cpp
changeset 6144 5a0ffbf27ced
parent 6111 32f6149dc192
child 6235 5077e6ed3788
child 6432 8fb778a7f2d7
equal deleted inserted replaced
6143:87e99d425124 6144:5a0ffbf27ced
   575 {   WIDGETS_END},
   575 {   WIDGETS_END},
   576 };
   576 };
   577 
   577 
   578 static const WindowDesc _build_rail_desc = {
   578 static const WindowDesc _build_rail_desc = {
   579 	WDP_ALIGN_TBR, 22, 350, 36,
   579 	WDP_ALIGN_TBR, 22, 350, 36,
   580 	WC_BUILD_TOOLBAR, 0,
   580 	WC_BUILD_TOOLBAR, WC_NONE,
   581 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
   581 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
   582 	_build_rail_widgets,
   582 	_build_rail_widgets,
   583 	BuildRailToolbWndProc
   583 	BuildRailToolbWndProc
   584 };
   584 };
   585 
   585