OpenTTD Source
20241108-master-g80f628063a
|
Types related to the sign widgets. More...
Go to the source code of this file.
Enumerations | |
enum | SignListWidgets : WidgetID { WID_SIL_CAPTION , WID_SIL_LIST , WID_SIL_SCROLLBAR , WID_SIL_FILTER_TEXT , WID_SIL_FILTER_MATCH_CASE_BTN } |
Widgets of the SignListWindow class. More... | |
enum | QueryEditSignWidgets : WidgetID { WID_QES_CAPTION , WID_QES_LOCATION , WID_QES_TEXT , WID_QES_OK , WID_QES_CANCEL , WID_QES_DELETE , WID_QES_PREVIOUS , WID_QES_NEXT } |
Widgets of the SignWindow class. More... | |
Types related to the sign widgets.
Definition in file sign_widget.h.
enum QueryEditSignWidgets : WidgetID |
Widgets of the SignWindow class.
Definition at line 24 of file sign_widget.h.
enum SignListWidgets : WidgetID |
Widgets of the SignListWindow class.
Enumerator | |
---|---|
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. |
Definition at line 14 of file sign_widget.h.