OpenTTD
news_widget.h
Go to the documentation of this file.
1 /* $Id: news_widget.h 24842 2012-12-23 21:06:37Z frosch $ */
2 
3 /*
4  * This file is part of OpenTTD.
5  * 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.
6  * 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.
7  * 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/>.
8  */
9 
12 #ifndef WIDGETS_NEWS_WIDGET_H
13 #define WIDGETS_NEWS_WIDGET_H
14 
15 #include "../news_type.h"
16 
36 };
37 
43 };
44 
45 #endif /* WIDGETS_NEWS_WIDGET_H */
Background of the window.
Definition: news_widget.h:41
Face of the manager.
Definition: news_widget.h:29
Scrollbar for the list.
Definition: news_widget.h:42
MessageHistoryWidgets
Widgets of the MessageHistoryWindow class.
Definition: news_widget.h:39
Inset around the viewport in the window. Only used in small news items.
Definition: news_widget.h:25
Stickybox.
Definition: news_widget.h:40
NewsWidgets
Widgets of the NewsWindow class.
Definition: news_widget.h:18
Viewport in the window.
Definition: news_widget.h:26
Panel of the window.
Definition: news_widget.h:19
Date of the news item.
Definition: news_widget.h:23
Name of the new vehicle.
Definition: news_widget.h:33
Title of the company news.
Definition: news_widget.h:20
Title bar of the window. Only used in small news items.
Definition: news_widget.h:24
Close the window.
Definition: news_widget.h:22
Graphical display of the new vehicle.
Definition: news_widget.h:34
Message in company news items.
Definition: news_widget.h:27
Name of the manager.
Definition: news_widget.h:30
The news headline.
Definition: news_widget.h:21
Space for displaying the message. Only used in small news items.
Definition: news_widget.h:28
Dark background of new vehicle news.
Definition: news_widget.h:32
Vehicle new title.
Definition: news_widget.h:31
Some technical data of the new vehicle.
Definition: news_widget.h:35