File diff r23348:6e5357399bcf → r23349:018a3570e9ae
src/widgets/graph_widget.h
Show inline comments
 
@@ -40,25 +40,26 @@ enum PerformanceHistoryGraphWidgets {
 
	WID_PHG_RESIZE,               ///< Resize button.
 
};
 

	
 
/** Widget of the #PaymentRatesGraphWindow class. */
 
enum CargoPaymentRatesWidgets {
 
	WID_CPR_BACKGROUND,      ///< Background of the window.
 
	WID_CPR_HEADER,          ///< Header.
 
	WID_CPR_GRAPH,           ///< Graph itself.
 
	WID_CPR_RESIZE,          ///< Resize button.
 
	WID_CPR_FOOTER,          ///< Footer.
 
	WID_CPR_ENABLE_CARGOES,  ///< Enable cargoes button.
 
	WID_CPR_DISABLE_CARGOES, ///< Disable cargoes button.
 
	WID_CPR_CARGO_FIRST,     ///< First cargo in the list.
 
	WID_CPR_MATRIX,          ///< Cargo list.
 
	WID_CPR_MATRIX_SCROLLBAR,///< Cargo list scrollbar.
 
};
 

	
 
/** Widget of the #CompanyLeagueWindow class. */
 
enum CompanyLeagueWidgets {
 
	WID_CL_BACKGROUND, ///< Background of the window.
 
};
 

	
 
/** Widget of the #PerformanceRatingDetailWindow class. */
 
enum PerformanceRatingDetailsWidgets {
 
	WID_PRD_SCORE_FIRST, ///< First entry in the score list.
 
	WID_PRD_SCORE_LAST = WID_PRD_SCORE_FIRST + (SCORE_END - SCORE_BEGIN) - 1, ///< Last entry in the score list.