File diff r26019:252a96318fbc → r26020:34a6dcc61da5
src/widgets/rail_widget.h
Show inline comments
 
@@ -76,12 +76,13 @@ enum BuildRailStationWidgets {
 
	WID_BRAS_PLATFORM_LEN_BEGIN = WID_BRAS_PLATFORM_LEN_1 - 1, ///< Helper for determining the chosen platform length.
 
};
 

	
 
/** Widgets of the #BuildSignalWindow class. */
 
enum BuildSignalWidgets {
 
	WID_BS_CAPTION,            ///< Caption for the Signal Selection window.
 
	WID_BS_TOGGLE_SIZE,        ///< Toggle showing advanced signal types.
 
	WID_BS_SEMAPHORE_NORM,     ///< Build a semaphore normal block signal.
 
	WID_BS_SEMAPHORE_ENTRY,    ///< Build a semaphore entry block signal.
 
	WID_BS_SEMAPHORE_EXIT,     ///< Build a semaphore exit block signal.
 
	WID_BS_SEMAPHORE_COMBO,    ///< Build a semaphore combo block signal.
 
	WID_BS_SEMAPHORE_PBS,      ///< Build a semaphore path signal.
 
	WID_BS_SEMAPHORE_PBS_OWAY, ///< Build a semaphore one way path signal.