OpenTTD
misc_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_MISC_WIDGET_H
11 #define WIDGETS_MISC_WIDGET_H
12 
16 };
17 
21 };
22 
27 };
28 
37 };
38 
45 };
46 
54 };
55 
56 #endif /* WIDGETS_MISC_WIDGET_H */
QueryStringWidgets
Widgets of the QueryStringWindow class.
Definition: misc_widget.h:30
Text of the query.
Definition: misc_widget.h:42
OK button.
Definition: misc_widget.h:36
Horizontal scrollbar to scroll through the textfile left-to-right.
Definition: misc_widget.h:53
Text of the query.
Definition: misc_widget.h:32
TextfileWidgets
Widgets of the TextfileWindow class.
Definition: misc_widget.h:48
Warning label about password security.
Definition: misc_widget.h:33
Caption of the window.
Definition: misc_widget.h:31
LandInfoWidgets
Widgets of the LandInfoWindow class.
Definition: misc_widget.h:14
Background of the window.
Definition: misc_widget.h:15
Background of the window.
Definition: misc_widget.h:20
Whether or not to wrap the text.
Definition: misc_widget.h:50
Default button.
Definition: misc_widget.h:34
ToolTipsWidgets
Widgets of the TooltipsWindow class.
Definition: misc_widget.h:19
No button.
Definition: misc_widget.h:44
The actually scrolling text.
Definition: misc_widget.h:25
URL of OpenTTD website.
Definition: misc_widget.h:26
Cancel button.
Definition: misc_widget.h:35
QueryWidgets
Widgets of the QueryWindow class.
Definition: misc_widget.h:40
Panel to draw the textfile on.
Definition: misc_widget.h:51
AboutWidgets
Widgets of the AboutWindow class.
Definition: misc_widget.h:24
The caption of the window.
Definition: misc_widget.h:49
Vertical scrollbar to scroll through the textfile up-and-down.
Definition: misc_widget.h:52
Yes button.
Definition: misc_widget.h:43
Caption of the window.
Definition: misc_widget.h:41