OpenTTD Source  20241108-master-g80f628063a
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 
17 };
18 
22 };
23 
29 };
30 
38 };
39 
46 };
47 
59 };
60 
61 #endif /* WIDGETS_MISC_WIDGET_H */
ToolTipsWidgets
Widgets of the TooltipsWindow class.
Definition: misc_widget.h:20
@ WID_TT_BACKGROUND
Background of the window.
Definition: misc_widget.h:21
QueryStringWidgets
Widgets of the QueryStringWindow class.
Definition: misc_widget.h:32
@ WID_QS_DEFAULT
Default button.
Definition: misc_widget.h:35
@ WID_QS_CAPTION
Caption of the window.
Definition: misc_widget.h:33
@ WID_QS_TEXT
Text of the query.
Definition: misc_widget.h:34
@ WID_QS_CANCEL
Cancel button.
Definition: misc_widget.h:36
@ WID_QS_OK
OK button.
Definition: misc_widget.h:37
AboutWidgets
Widgets of the AboutWindow class.
Definition: misc_widget.h:25
@ WID_A_WEBSITE
URL of OpenTTD website.
Definition: misc_widget.h:27
@ WID_A_COPYRIGHT
Copyright string.
Definition: misc_widget.h:28
@ WID_A_SCROLLING_TEXT
The actually scrolling text.
Definition: misc_widget.h:26
QueryWidgets
Widgets of the QueryWindow class.
Definition: misc_widget.h:41
@ WID_Q_NO
Yes button.
Definition: misc_widget.h:44
@ WID_Q_YES
No button.
Definition: misc_widget.h:45
@ WID_Q_CAPTION
Caption of the window.
Definition: misc_widget.h:42
@ WID_Q_TEXT
Text of the query.
Definition: misc_widget.h:43
TextfileWidgets
Widgets of the TextfileWindow class.
Definition: misc_widget.h:49
@ WID_TF_JUMPLIST
List to jump around the file.
Definition: misc_widget.h:54
@ WID_TF_BACKGROUND
Panel to draw the textfile on.
Definition: misc_widget.h:56
@ WID_TF_NAVBACK
Navigate back button.
Definition: misc_widget.h:51
@ WID_TF_WRAPTEXT
Whether or not to wrap the text.
Definition: misc_widget.h:53
@ WID_TF_NAVFORWARD
Navigate forward button.
Definition: misc_widget.h:52
@ WID_TF_CAPTION
The caption of the window.
Definition: misc_widget.h:50
@ WID_TF_SEL_JUMPLIST
Selection to display the jump list or not.
Definition: misc_widget.h:55
@ WID_TF_HSCROLLBAR
Horizontal scrollbar to scroll through the textfile left-to-right.
Definition: misc_widget.h:58
@ WID_TF_VSCROLLBAR
Vertical scrollbar to scroll through the textfile up-and-down.
Definition: misc_widget.h:57
LandInfoWidgets
Widgets of the LandInfoWindow class.
Definition: misc_widget.h:14
@ WID_LI_BACKGROUND
Background of the window.
Definition: misc_widget.h:16
@ WID_LI_LOCATION
Scroll to location.
Definition: misc_widget.h:15
int WidgetID
Widget ID.
Definition: window_type.h:18