OpenTTD Source  20240919-master-gdf0233f4c2
date_widget.h File Reference

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...
 

Detailed Description

Types related to the date widgets.

Definition in file date_widget.h.

Enumeration Type Documentation

◆ SetDateWidgets

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.