OpenTTD Source  20240919-master-gdf0233f4c2
news_widget.h File Reference
#include "../news_type.h"

Go to the source code of this file.

Enumerations

enum  NewsWidgets : WidgetID {
  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, WID_N_SHOW_GROUP
}
 Widgets of the NewsWindow class. More...
 
enum  MessageHistoryWidgets : WidgetID { WID_MH_STICKYBOX, WID_MH_BACKGROUND, WID_MH_SCROLLBAR }
 Widgets of the MessageHistoryWindow class. More...
 

Detailed Description

Types related to the news widgets.

Definition in file news_widget.h.

Enumeration Type Documentation

◆ MessageHistoryWidgets

Widgets of the MessageHistoryWindow class.

Enumerator
WID_MH_STICKYBOX 

Stickybox.

WID_MH_BACKGROUND 

Background of the window.

WID_MH_SCROLLBAR 

Scrollbar for the list.

Definition at line 38 of file news_widget.h.

◆ NewsWidgets

Widgets of the NewsWindow class.

Enumerator
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.

WID_N_SHOW_GROUP 

Show vehicle's group.

Definition at line 16 of file news_widget.h.