OpenTTD Source 20260129-master-g2bb01bd0e4
engine_widget.h File Reference

Types related to the engine widgets. More...

Go to the source code of this file.

Enumerations

enum  EnginePreviewWidgets : WidgetID {
  WID_EP_CAPTION , WID_EP_QUESTION , WID_EP_NO , WID_EP_YES ,
  WID_EP_PREV , WID_EP_LIST , WID_EP_NEXT
}
 Widgets of the EnginePreviewWindow class. More...
 

Detailed Description

Types related to the engine widgets.

Definition in file engine_widget.h.

Enumeration Type Documentation

◆ EnginePreviewWidgets

Widgets of the EnginePreviewWindow class.

Enumerator
WID_EP_CAPTION 

The caption for the question.

WID_EP_QUESTION 

The container for the question.

WID_EP_NO 

No button.

WID_EP_YES 

Yes button.

WID_EP_PREV 

Previous button.

WID_EP_LIST 

Dropdown menu to jump to entries.

WID_EP_NEXT 

Next button.

Definition at line 14 of file engine_widget.h.