OpenTTD
|
Types related to the error widgets. More...
Go to the source code of this file.
Enumerations | |
enum | ErrorMessageWidgets { 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 |
Widgets of the ErrmsgWindow class.
WID_EM_CAPTION |
Caption of the window. |
WID_EM_FACE |
Error title. |
WID_EM_MESSAGE |
Error message. |
Definition at line 16 of file error_widget.h.