OpenTTD Source  20241108-master-g80f628063a
transparency_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_TRANSPARENCY_WIDGET_H
11 #define WIDGETS_TRANSPARENCY_WIDGET_H
12 
15  /* Button row. */
27 
28  /* Panel with buttons for invisibility */
30 };
31 
32 #endif /* WIDGETS_TRANSPARENCY_WIDGET_H */
TransparencyToolbarWidgets
Widgets of the TransparenciesWindow class.
@ WID_TT_TREES
Trees transparency toggle button.
@ WID_TT_BRIDGES
Bridges transparency toggle button.
@ WID_TT_SIGNS
Signs background transparency toggle button.
@ WID_TT_BUTTONS
Panel with 'invisibility' buttons.
@ WID_TT_END
End of toggle buttons.
@ WID_TT_BUILDINGS
Company buildings and structures transparency toggle button.
@ WID_TT_BEGIN
First toggle button.
@ WID_TT_INDUSTRIES
industries transparency toggle button.
@ WID_TT_CATENARY
Catenary transparency toggle button.
@ WID_TT_HOUSES
Houses transparency toggle button.
@ WID_TT_TEXT
Loading and cost/income text transparency toggle button.
@ WID_TT_STRUCTURES
Object structure transparency toggle button.
int WidgetID
Widget ID.
Definition: window_type.h:18