OpenTTD
sign_widget.h
Go to the documentation of this file.
1 /* $Id: sign_widget.h 27020 2014-10-15 18:31:37Z rubidium $ */
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_SIGN_WIDGET_H
13 #define WIDGETS_SIGN_WIDGET_H
14 
17  /* Name starts with SI instead of S, because of collision with SaveLoadWidgets */
24 };
25 
35 };
36 
37 #endif /* SIGN_WIDGET_H */
SignListWidgets
Widgets of the SignListWindow class.
Definition: sign_widget.h:16
QueryEditSignWidgets
Widgets of the SignWindow class.
Definition: sign_widget.h:27
List of signs.
Definition: sign_widget.h:19
Scrollbar of list.
Definition: sign_widget.h:20
Text of the query.
Definition: sign_widget.h:29
Text box for typing a filter string.
Definition: sign_widget.h:21
Delete button.
Definition: sign_widget.h:32
Scroll to first sign.
Definition: sign_widget.h:23
OK button.
Definition: sign_widget.h:30
Caption of the window.
Definition: sign_widget.h:28
Cancel button.
Definition: sign_widget.h:31
Next button.
Definition: sign_widget.h:34
Button to toggle if case sensitive filtering should be used.
Definition: sign_widget.h:22
Caption of the window.
Definition: sign_widget.h:18
Previous button.
Definition: sign_widget.h:33