00001 00002 /* $Id: story_widget.h 26461 2014-04-13 10:52:19Z frosch $ */ 00003 00004 /* 00005 * This file is part of OpenTTD. 00006 * 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. 00007 * 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. 00008 * 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/>. 00009 */ 00010 00013 #ifndef WIDGETS_STORY_WIDGET_H 00014 #define WIDGETS_STORY_WIDGET_H 00015 00017 enum StoryBookWidgets { 00018 WID_SB_CAPTION, 00019 WID_SB_SEL_PAGE, 00020 WID_SB_PAGE_PANEL, 00021 WID_SB_SCROLLBAR, 00022 WID_SB_PREV_PAGE, 00023 WID_SB_NEXT_PAGE, 00024 }; 00025 00026 #endif /* WIDGETS_STORY_WIDGET_H */