newgrf_debug_widget.h

Go to the documentation of this file.
00001 /* $Id: newgrf_debug_widget.h 25946 2013-11-07 18:17:21Z frosch $ */
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_NEWGRF_DEBUG_WIDGET_H
00013 #define WIDGETS_NEWGRF_DEBUG_WIDGET_H
00014 
00016 enum NewGRFInspectWidgets {
00017   WID_NGRFI_CAPTION,   
00018   WID_NGRFI_PARENT,    
00019   WID_NGRFI_VEH_PREV,  
00020   WID_NGRFI_VEH_NEXT,  
00021   WID_NGRFI_VEH_CHAIN, 
00022   WID_NGRFI_MAINPANEL, 
00023   WID_NGRFI_SCROLLBAR, 
00024 };
00025 
00027 enum SpriteAlignerWidgets {
00028   WID_SA_CAPTION,   
00029   WID_SA_PREVIOUS,  
00030   WID_SA_GOTO,      
00031   WID_SA_NEXT,      
00032   WID_SA_UP,        
00033   WID_SA_LEFT,      
00034   WID_SA_RIGHT,     
00035   WID_SA_DOWN,      
00036   WID_SA_SPRITE,    
00037   WID_SA_OFFSETS,   
00038   WID_SA_PICKER,    
00039   WID_SA_LIST,      
00040   WID_SA_SCROLLBAR, 
00041 };
00042 
00043 #endif /* WIDGETS_NEWGRF_DEBUG_WIDGET_H */