OpenTTD Source  20241108-master-g80f628063a
fios_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_FIOS_WIDGET_H
11 #define WIDGETS_FIOS_WIDGET_H
12 
33 };
34 
35 #endif /* WIDGETS_FIOS_WIDGET_H */
SaveLoadWidgets
Widgets of the SaveLoadWindow class.
Definition: fios_widget.h:14
@ WID_SL_SORT_BYDATE
Sort by date button.
Definition: fios_widget.h:17
@ WID_SL_SAVE_GAME
Save button, only available for save operations.
Definition: fios_widget.h:27
@ WID_SL_BACKGROUND
Background of window.
Definition: fios_widget.h:19
@ WID_SL_SAVE_OSK_TITLE
Title textbox, only available for save operations.
Definition: fios_widget.h:25
@ WID_SL_DELETE_SELECTION
Delete button, only available for save operations.
Definition: fios_widget.h:26
@ WID_SL_DETAILS
Panel with game details.
Definition: fios_widget.h:29
@ WID_SL_FILE_BACKGROUND
Background of file selection.
Definition: fios_widget.h:20
@ WID_SL_NEWGRF_INFO
Button to open NewGgrf configuration.
Definition: fios_widget.h:30
@ WID_SL_DRIVES_DIRECTORIES_LIST
Drives list.
Definition: fios_widget.h:22
@ WID_SL_LOAD_BUTTON
Button to load game/scenario.
Definition: fios_widget.h:31
@ WID_SL_FILTER
Filter list of files.
Definition: fios_widget.h:18
@ WID_SL_SCROLLBAR
Scrollbar of the file list.
Definition: fios_widget.h:23
@ WID_SL_CAPTION
Caption of the window.
Definition: fios_widget.h:15
@ WID_SL_HOME_BUTTON
Home button.
Definition: fios_widget.h:21
@ WID_SL_SORT_BYNAME
Sort by name button.
Definition: fios_widget.h:16
@ WID_SL_MISSING_NEWGRFS
Button to find missing NewGRFs online.
Definition: fios_widget.h:32
@ WID_SL_CONTENT_DOWNLOAD_SEL
Selection 'stack' to 'hide' the content download.
Definition: fios_widget.h:28
@ WID_SL_CONTENT_DOWNLOAD
Content download button, only available for play scenario/heightmap.
Definition: fios_widget.h:24
int WidgetID
Widget ID.
Definition: window_type.h:18