OpenTTD Source
20241108-master-g80f628063a
|
Types related to the bootstrap widgets. More...
Go to the source code of this file.
Enumerations | |
enum | BootstrapBackgroundWidgets : WidgetID { WID_BB_BACKGROUND } |
Widgets of the BootstrapBackground class. More... | |
enum | BootstrapErrorMessageWidgets : WidgetID { WID_BEM_CAPTION , WID_BEM_MESSAGE , WID_BEM_QUIT } |
Widgets of the #BootstrapErrmsgWindow class. More... | |
enum | BootstrapAskForDownloadWidgets : WidgetID { WID_BAFD_QUESTION , WID_BAFD_YES , WID_BAFD_NO } |
Widgets of the BootstrapContentDownloadStatusWindow class. More... | |
Types related to the bootstrap widgets.
Definition in file bootstrap_widget.h.
Widgets of the BootstrapContentDownloadStatusWindow class.
Enumerator | |
---|---|
WID_BAFD_QUESTION | The question whether to download. |
WID_BAFD_YES | An affirmative answer to the question. |
WID_BAFD_NO | An negative answer to the question. |
Definition at line 26 of file bootstrap_widget.h.
Widgets of the BootstrapBackground class.
Enumerator | |
---|---|
WID_BB_BACKGROUND | Background of the window. |
Definition at line 14 of file bootstrap_widget.h.
Widgets of the #BootstrapErrmsgWindow class.
Enumerator | |
---|---|
WID_BEM_CAPTION | Caption of the window. |
WID_BEM_MESSAGE | Error message. |
WID_BEM_QUIT | Quit button. |
Definition at line 19 of file bootstrap_widget.h.