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