File diff r25966:8233c136b1b0 → r25967:74951d8178de
src/widgets/vehicle_widget.h
Show inline comments
 
@@ -58,13 +58,16 @@ enum VehicleDetailsWidgets {
 
	WID_VD_DETAILS_CAPACITY_OF_EACH,    ///< Show the capacity of all train parts.
 
	WID_VD_DETAILS_TOTAL_CARGO,         ///< Show the capacity and carried cargo amounts aggregated per cargo of the train.
 
};
 

	
 
/** Widgets of the #VehicleListWindow class. */
 
enum VehicleListWidgets {
 
	WID_VL_CAPTION,                  ///< Caption of window.
 
	WID_VL_CAPTION,                  ///< Caption of window (for non shared orders windows).
 
	WID_VL_CAPTION_SHARED_ORDERS,    ///< Caption of window (for shared orders windows).
 
	WID_VL_CAPTION_SELECTION,        ///< Selection for caption.
 
	WID_VL_ORDER_VIEW,               ///< Button to open order window (for shared orders windows).
 
	WID_VL_GROUP_ORDER,              ///< Group order.
 
	WID_VL_GROUP_BY_PULLDOWN,        ///< Group by dropdown list.
 
	WID_VL_SORT_ORDER,               ///< Sort order.
 
	WID_VL_SORT_BY_PULLDOWN,         ///< Sort by dropdown list.
 
	WID_VL_LIST,                     ///< List of the vehicles.
 
	WID_VL_SCROLLBAR,                ///< Scrollbar for the list.