group_widget.h

Go to the documentation of this file.
00001 /* $Id$ */
00002 
00003 /*
00004  * This file is part of OpenTTD.
00005  * 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.
00006  * 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.
00007  * 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/>.
00008  */
00009 
00012 #ifndef WIDGETS_GROUP_WIDGET_H
00013 #define WIDGETS_GROUP_WIDGET_H
00014 
00016 enum GroupListWidgets {
00017   WID_GL_CAPTION,                  
00018   WID_GL_SORT_BY_ORDER,            
00019   WID_GL_SORT_BY_DROPDOWN,         
00020   WID_GL_LIST_VEHICLE,             
00021   WID_GL_LIST_VEHICLE_SCROLLBAR,   
00022   WID_GL_AVAILABLE_VEHICLES,       
00023   WID_GL_MANAGE_VEHICLES_DROPDOWN, 
00024   WID_GL_STOP_ALL,                 
00025   WID_GL_START_ALL,                
00026 
00027   WID_GL_ALL_VEHICLES,             
00028   WID_GL_DEFAULT_VEHICLES,         
00029   WID_GL_LIST_GROUP,               
00030   WID_GL_LIST_GROUP_SCROLLBAR,     
00031   WID_GL_CREATE_GROUP,             
00032   WID_GL_DELETE_GROUP,             
00033   WID_GL_RENAME_GROUP,             
00034   WID_GL_REPLACE_PROTECTION,       
00035 };
00036 
00037 #endif /* WIDGETS_GROUP_WIDGET_H */