OpenTTD Source
20241108-master-g80f628063a
|
Types related to the error widgets. More...
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... | |
Types related to the error widgets.
Definition in file error_widget.h.
enum ErrorMessageWidgets : WidgetID |
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.