OpenTTD
goal_widget.h
Go to the documentation of this file.
1 
2 /*
3  * This file is part of OpenTTD.
4  * 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.
5  * 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.
6  * 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/>.
7  */
8 
11 #ifndef WIDGETS_GOAL_WIDGET_H
12 #define WIDGETS_GOAL_WIDGET_H
13 
19 };
20 
29 };
30 
31 #endif /* WIDGETS_GOAL_WIDGET_H */
Caption of the window.
Definition: goal_widget.h:16
Buttons selection (between 1, 2 or 3).
Definition: goal_widget.h:25
Third button.
Definition: goal_widget.h:28
First button.
Definition: goal_widget.h:26
Caption of the window.
Definition: goal_widget.h:23
Goal list.
Definition: goal_widget.h:17
Scrollbar of the goal list.
Definition: goal_widget.h:18
GoalListWidgets
Widgets of the GoalListWindow class.
Definition: goal_widget.h:15
Second button.
Definition: goal_widget.h:27
GoalQuestionWidgets
Widgets of the GoalQuestionWindow class.
Definition: goal_widget.h:22
Question text.
Definition: goal_widget.h:24