OpenTTD Source  20240917-master-g9ab0a47812
error_widget.h File Reference

Go to the source code of this file.

Enumerations

enum  ErrorMessageWidgets : WidgetID { WID_EM_CAPTION, WID_EM_FACE, WID_EM_MESSAGE }
 Widgets of the ErrmsgWindow class. More...
 

Detailed Description

Types related to the error widgets.

Definition in file error_widget.h.

Enumeration Type Documentation

◆ ErrorMessageWidgets

Widgets of the ErrmsgWindow class.

Enumerator
WID_EM_CAPTION 

Caption of the window.

WID_EM_FACE 

Error title.

WID_EM_MESSAGE 

Error message.

Definition at line 14 of file error_widget.h.