misc_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_MISC_WIDGET_H
00013 #define WIDGETS_MISC_WIDGET_H
00014 
00016 enum LandInfoWidgets {
00017   WID_LI_BACKGROUND, 
00018 };
00019 
00021 enum ToolTipsWidgets {
00022   WID_TT_BACKGROUND, 
00023 };
00024 
00026 enum AboutWidgets {
00027   WID_A_SCROLLING_TEXT, 
00028   WID_A_WEBSITE,        
00029 };
00030 
00032 enum QueryStringWidgets {
00033   WID_QS_CAPTION, 
00034   WID_QS_TEXT,    
00035   WID_QS_DEFAULT, 
00036   WID_QS_CANCEL,  
00037   WID_QS_OK,      
00038 };
00039 
00041 enum QueryWidgets {
00042   WID_Q_CAPTION, 
00043   WID_Q_TEXT,    
00044   WID_Q_NO,      
00045   WID_Q_YES,     
00046 };
00047 
00049 enum TextfileWidgets {
00050   WID_TF_CAPTION,    
00051   WID_TF_BACKGROUND, 
00052   WID_TF_VSCROLLBAR, 
00053   WID_TF_HSCROLLBAR, 
00054 };
00055 
00056 #endif /* WIDGETS_MISC_WIDGET_H */