src/station_gui.cpp
changeset 6144 5a0ffbf27ced
parent 5996 d4b66530ded4
child 6235 5077e6ed3788
child 6417 26acff62d001
equal deleted inserted replaced
6143:87e99d425124 6144:5a0ffbf27ced
   543 {   WIDGETS_END},
   543 {   WIDGETS_END},
   544 };
   544 };
   545 
   545 
   546 static const WindowDesc _player_stations_desc = {
   546 static const WindowDesc _player_stations_desc = {
   547 	WDP_AUTO, WDP_AUTO, 358, 162,
   547 	WDP_AUTO, WDP_AUTO, 358, 162,
   548 	WC_STATION_LIST,0,
   548 	WC_STATION_LIST, WC_NONE,
   549 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_RESIZABLE,
   549 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_RESIZABLE,
   550 	_player_stations_widgets,
   550 	_player_stations_widgets,
   551 	PlayerStationsWndProc
   551 	PlayerStationsWndProc
   552 };
   552 };
   553 
   553 
   812 }
   812 }
   813 
   813 
   814 
   814 
   815 static const WindowDesc _station_view_desc = {
   815 static const WindowDesc _station_view_desc = {
   816 	WDP_AUTO, WDP_AUTO, 249, 110,
   816 	WDP_AUTO, WDP_AUTO, 249, 110,
   817 	WC_STATION_VIEW,0,
   817 	WC_STATION_VIEW, WC_NONE,
   818 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
   818 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
   819 	_station_view_widgets,
   819 	_station_view_widgets,
   820 	StationViewWndProc
   820 	StationViewWndProc
   821 };
   821 };
   822 
   822