OpenTTD
news_widget.h
Go to the documentation of this file.
1 /*
2  * This file is part of OpenTTD.
3  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6  */
7 
10 #ifndef WIDGETS_NEWS_WIDGET_H
11 #define WIDGETS_NEWS_WIDGET_H
12 
13 #include "../news_type.h"
14 
35 };
36 
42 };
43 
44 #endif /* WIDGETS_NEWS_WIDGET_H */
Background of the window.
Definition: news_widget.h:40
Face of the manager.
Definition: news_widget.h:27
Scrollbar for the list.
Definition: news_widget.h:41
MessageHistoryWidgets
Widgets of the MessageHistoryWindow class.
Definition: news_widget.h:38
Inset around the viewport in the window. Only used in small news items.
Definition: news_widget.h:23
Stickybox.
Definition: news_widget.h:39
NewsWidgets
Widgets of the NewsWindow class.
Definition: news_widget.h:16
Viewport in the window.
Definition: news_widget.h:24
Panel of the window.
Definition: news_widget.h:17
Date of the news item.
Definition: news_widget.h:21
Show vehicle&#39;s group.
Definition: news_widget.h:34
Name of the new vehicle.
Definition: news_widget.h:31
Title of the company news.
Definition: news_widget.h:18
Title bar of the window. Only used in small news items.
Definition: news_widget.h:22
Close the window.
Definition: news_widget.h:20
Graphical display of the new vehicle.
Definition: news_widget.h:32
Message in company news items.
Definition: news_widget.h:25
Name of the manager.
Definition: news_widget.h:28
The news headline.
Definition: news_widget.h:19
Space for displaying the message. Only used in small news items.
Definition: news_widget.h:26
Dark background of new vehicle news.
Definition: news_widget.h:30
Vehicle new title.
Definition: news_widget.h:29
Some technical data of the new vehicle.
Definition: news_widget.h:33