OpenTTD Source
20241108-master-g80f628063a
|
Types related to the date widgets. More...
Go to the source code of this file.
Enumerations | |
enum | SetDateWidgets : WidgetID { WID_SD_DAY , WID_SD_MONTH , WID_SD_YEAR , WID_SD_SET_DATE } |
Widgets of the SetDateWindow class. More... | |
Types related to the date widgets.
Definition in file date_widget.h.
enum SetDateWidgets : WidgetID |
Widgets of the SetDateWindow class.
Enumerator | |
---|---|
WID_SD_DAY | Dropdown for the day. |
WID_SD_MONTH | Dropdown for the month. |
WID_SD_YEAR | Dropdown for the year. |
WID_SD_SET_DATE | Actually set the date. |
Definition at line 14 of file date_widget.h.