src/station_gui.cpp
changeset 7341 02515d0d4ced
parent 7058 8105bb13ce3d
child 7474 1daa825ba893
equal deleted inserted replaced
7340:8dfa509ed75d 7341:02515d0d4ced
   567 {      WWT_PANEL,  RESIZE_RIGHT,    14,   244,   357,    25,    36, 0x0,               STR_NULL},
   567 {      WWT_PANEL,  RESIZE_RIGHT,    14,   244,   357,    25,    36, 0x0,               STR_NULL},
   568 {   WIDGETS_END},
   568 {   WIDGETS_END},
   569 };
   569 };
   570 
   570 
   571 static const WindowDesc _player_stations_desc = {
   571 static const WindowDesc _player_stations_desc = {
   572 	WDP_AUTO, WDP_AUTO, 358, 162,
   572 	WDP_AUTO, WDP_AUTO, 358, 162, 358, 162,
   573 	WC_STATION_LIST, WC_NONE,
   573 	WC_STATION_LIST, WC_NONE,
   574 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_RESIZABLE,
   574 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_RESIZABLE,
   575 	_player_stations_widgets,
   575 	_player_stations_widgets,
   576 	PlayerStationsWndProc
   576 	PlayerStationsWndProc
   577 };
   577 };
   893 	}
   893 	}
   894 }
   894 }
   895 
   895 
   896 
   896 
   897 static const WindowDesc _station_view_desc = {
   897 static const WindowDesc _station_view_desc = {
   898 	WDP_AUTO, WDP_AUTO, 249, 110,
   898 	WDP_AUTO, WDP_AUTO, 249, 110, 249, 110,
   899 	WC_STATION_VIEW, WC_NONE,
   899 	WC_STATION_VIEW, WC_NONE,
   900 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
   900 	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
   901 	_station_view_widgets,
   901 	_station_view_widgets,
   902 	StationViewWndProc
   902 	StationViewWndProc
   903 };
   903 };