OpenTTD
|
Types related to the news widgets. More...
#include "../news_type.h"
Go to the source code of this file.
Enumerations | |
enum | NewsWidgets { WID_N_PANEL, WID_N_TITLE, WID_N_HEADLINE, WID_N_CLOSEBOX, WID_N_DATE, WID_N_CAPTION, WID_N_INSET, WID_N_VIEWPORT, WID_N_COMPANY_MSG, WID_N_MESSAGE, WID_N_MGR_FACE, WID_N_MGR_NAME, WID_N_VEH_TITLE, WID_N_VEH_BKGND, WID_N_VEH_NAME, WID_N_VEH_SPR, WID_N_VEH_INFO } |
Widgets of the NewsWindow class. More... | |
enum | MessageHistoryWidgets { WID_MH_STICKYBOX, WID_MH_BACKGROUND, WID_MH_SCROLLBAR } |
Widgets of the MessageHistoryWindow class. More... |
Types related to the news widgets.
Definition in file news_widget.h.
Widgets of the MessageHistoryWindow class.
WID_MH_STICKYBOX |
Stickybox. |
WID_MH_BACKGROUND |
Background of the window. |
WID_MH_SCROLLBAR |
Scrollbar for the list. |
Definition at line 39 of file news_widget.h.
enum NewsWidgets |
Widgets of the NewsWindow class.
WID_N_PANEL |
Panel of the window. |
WID_N_TITLE |
Title of the company news. |
WID_N_HEADLINE |
The news headline. |
WID_N_CLOSEBOX |
Close the window. |
WID_N_DATE |
Date of the news item. |
WID_N_CAPTION |
Title bar of the window. Only used in small news items. |
WID_N_INSET |
Inset around the viewport in the window. Only used in small news items. |
WID_N_VIEWPORT |
Viewport in the window. |
WID_N_COMPANY_MSG |
Message in company news items. |
WID_N_MESSAGE |
Space for displaying the message. Only used in small news items. |
WID_N_MGR_FACE |
Face of the manager. |
WID_N_MGR_NAME |
Name of the manager. |
WID_N_VEH_TITLE |
Vehicle new title. |
WID_N_VEH_BKGND |
Dark background of new vehicle news. |
WID_N_VEH_NAME |
Name of the new vehicle. |
WID_N_VEH_SPR |
Graphical display of the new vehicle. |
WID_N_VEH_INFO |
Some technical data of the new vehicle. |
Definition at line 18 of file news_widget.h.