OpenTTD Source
20241108-master-g80f628063a
|
Types related to the misc widgets. More...
Go to the source code of this file.
Enumerations | |
enum | LandInfoWidgets : WidgetID { WID_LI_LOCATION , WID_LI_BACKGROUND } |
Widgets of the LandInfoWindow class. More... | |
enum | ToolTipsWidgets : WidgetID { WID_TT_BACKGROUND } |
Widgets of the TooltipsWindow class. More... | |
enum | AboutWidgets : WidgetID { WID_A_SCROLLING_TEXT , WID_A_WEBSITE , WID_A_COPYRIGHT } |
Widgets of the AboutWindow class. More... | |
enum | QueryStringWidgets : WidgetID { WID_QS_CAPTION , WID_QS_TEXT , WID_QS_DEFAULT , WID_QS_CANCEL , WID_QS_OK } |
Widgets of the QueryStringWindow class. More... | |
enum | QueryWidgets : WidgetID { WID_Q_CAPTION , WID_Q_TEXT , WID_Q_NO , WID_Q_YES } |
Widgets of the QueryWindow class. More... | |
enum | TextfileWidgets : WidgetID { WID_TF_CAPTION , WID_TF_NAVBACK , WID_TF_NAVFORWARD , WID_TF_WRAPTEXT , WID_TF_JUMPLIST , WID_TF_SEL_JUMPLIST , 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 : WidgetID |
Widgets of the AboutWindow class.
Enumerator | |
---|---|
WID_A_SCROLLING_TEXT | The actually scrolling text. |
WID_A_WEBSITE | URL of OpenTTD website. |
WID_A_COPYRIGHT | Copyright string. |
Definition at line 25 of file misc_widget.h.
enum LandInfoWidgets : WidgetID |
Widgets of the LandInfoWindow class.
Enumerator | |
---|---|
WID_LI_LOCATION | Scroll to location. |
WID_LI_BACKGROUND | Background of the window. |
Definition at line 14 of file misc_widget.h.
enum QueryStringWidgets : WidgetID |
Widgets of the QueryStringWindow class.
Enumerator | |
---|---|
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 : WidgetID |
Widgets of the QueryWindow class.
Enumerator | |
---|---|
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 : WidgetID |
Widgets of the TextfileWindow class.
Definition at line 49 of file misc_widget.h.
enum ToolTipsWidgets : WidgetID |
Widgets of the TooltipsWindow class.
Enumerator | |
---|---|
WID_TT_BACKGROUND | Background of the window. |
Definition at line 20 of file misc_widget.h.