File diff r18696:f76cf734ff74 → r18697:3f6407c66420
src/widgets/sign_widget.h
Show inline comments
 
@@ -11,13 +11,13 @@
 

	
 
#ifndef WIDGETS_SIGN_WIDGET_H
 
#define WIDGETS_SIGN_WIDGET_H
 

	
 
/** Widgets of the WC_SIGN_LIST. */
 
enum SignListWidgets {
 
	/* Name starts with SI instead of S, because of collision with StationListWidgets */
 
	/* Name starts with SI instead of S, because of collision with SaveLoadWidgets */
 
	WID_SIL_CAPTION,               ///< Caption of the window.
 
	WID_SIL_LIST,                  ///< List of signs.
 
	WID_SIL_SCROLLBAR,             ///< Scrollbar of list.
 
	WID_SIL_FILTER_TEXT,           ///< Text box for typing a filter string.
 
	WID_SIL_FILTER_MATCH_CASE_BTN, ///< Button to toggle if case sensitive filtering should be used.
 
	WID_SIL_FILTER_CLEAR_BTN,      ///< Button to clear the filter.