OpenTTD
|
Types related to the misc widgets. More...
Go to the source code of this file.
Enumerations | |
enum | LandInfoWidgets { WID_LI_BACKGROUND } |
Widgets of the LandInfoWindow class. More... | |
enum | ToolTipsWidgets { WID_TT_BACKGROUND } |
Widgets of the TooltipsWindow class. More... | |
enum | AboutWidgets { WID_A_SCROLLING_TEXT, WID_A_WEBSITE } |
Widgets of the AboutWindow class. More... | |
enum | QueryStringWidgets { WID_QS_CAPTION, WID_QS_TEXT, WID_QS_DEFAULT, WID_QS_CANCEL, WID_QS_OK } |
Widgets of the QueryStringWindow class. More... | |
enum | QueryWidgets { WID_Q_CAPTION, WID_Q_TEXT, WID_Q_NO, WID_Q_YES } |
Widgets of the QueryWindow class. More... | |
enum | TextfileWidgets { WID_TF_CAPTION, WID_TF_WRAPTEXT, WID_TF_BACKGROUND, WID_TF_VSCROLLBAR, WID_TF_HSCROLLBAR } |
Widgets of the TextfileWindow class. More... |
Types related to the misc widgets.
Definition in file misc_widget.h.
enum AboutWidgets |
Widgets of the AboutWindow class.
Definition at line 26 of file misc_widget.h.
enum LandInfoWidgets |
Widgets of the LandInfoWindow class.
Definition at line 16 of file misc_widget.h.
enum QueryStringWidgets |
Widgets of the QueryStringWindow class.
WID_QS_CAPTION |
Caption of the window. |
WID_QS_TEXT |
Text of the query. |
WID_QS_DEFAULT |
Default button. |
WID_QS_CANCEL |
Cancel button. |
WID_QS_OK |
OK button. |
Definition at line 32 of file misc_widget.h.
enum QueryWidgets |
Widgets of the QueryWindow class.
WID_Q_CAPTION |
Caption of the window. |
WID_Q_TEXT |
Text of the query. |
WID_Q_NO |
Yes button. |
WID_Q_YES |
No button. |
Definition at line 41 of file misc_widget.h.
enum TextfileWidgets |
Widgets of the TextfileWindow class.
Definition at line 49 of file misc_widget.h.
enum ToolTipsWidgets |
Widgets of the TooltipsWindow class.
Definition at line 21 of file misc_widget.h.