/* rusty -- the original kevedit theme * $Id: rusty.h,v 1.1 2003/11/01 23:45:57 bitman Exp $ * Copyright (C) 2002 Ryan Phillips * * This program 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; either listersion 2 of the License, or * (at your option) any later listersion. * * This program 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. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Character selection box */ #define CHAR_BOX_WIDTH 34 #define CHAR_BOX_DEPTH 10 #define CHAR_BOX_LENGTH 680 extern unsigned char CHAR_BOX[]; /* The scroll box */ #define SCROLL_BOX_WIDTH 51 #define SCROLL_BOX_DEPTH 19 #define SCROLL_BOX_LENGTH 1938 extern unsigned char SCROLL_BOX[]; /* Title box, for setting titles */ #define TITLE_BOX_WIDTH 39 #define TITLE_BOX_DEPTH 3 #define TITLE_BOX_LENGTH 234 extern unsigned char TITLE_BOX[]; /* Transfer dialog box */ #define TRANSFER_DIALOG_WIDTH 33 #define TRANSFER_DIALOG_DEPTH 7 #define TRANSFER_DIALOG_LENGTH 462 extern unsigned char TRANSFER_DIALOG []; /* Panels */ /* Main panel */ #define PANEL_MAIN_WIDTH 20 #define PANEL_MAIN_DEPTH 25 #define PANEL_MAIN_LENGTH 1000 extern unsigned char PANEL_MAIN[]; /* Board dialog panel */ #define PANEL_BOARD_DIALOG_WIDTH 20 #define PANEL_BOARD_DIALOG_DEPTH 22 #define PANEL_BOARD_DIALOG_LENGTH 880 extern unsigned char PANEL_BOARD_DIALOG []; /* Board info panel */ #define PANEL_BOARDINFO_WIDTH 20 #define PANEL_BOARDINFO_DEPTH 23 #define PANEL_BOARDINFO_LENGTH 920 extern unsigned char PANEL_BOARDINFO []; /* Directory dialog panel */ #define PANEL_DIRDIALOG_WIDTH 20 #define PANEL_DIRDIALOG_DEPTH 22 #define PANEL_DIRDIALOG_LENGTH 880 extern unsigned char PANEL_DIRDIALOG []; /* Text editor panel */ #define PANEL_EDIT_WIDTH 20 #define PANEL_EDIT_DEPTH 22 #define PANEL_EDIT_LENGTH 880 extern unsigned char PANEL_EDIT[]; /* F1 menu */ #define PANEL_F1_WIDTH 20 #define PANEL_F1_DEPTH 17 #define PANEL_F1_LENGTH 680 extern unsigned char PANEL_F1[]; /* F2 menu */ #define PANEL_F2_WIDTH 20 #define PANEL_F2_DEPTH 17 #define PANEL_F2_LENGTH 680 extern unsigned char PANEL_F2[]; /* F3 menu */ #define PANEL_F3_WIDTH 20 #define PANEL_F3_DEPTH 22 extern unsigned char PANEL_F3[]; /* F4 menu */ #define PANEL_FILEDIALOG_WIDTH 20 #define PANEL_FILEDIALOG_DEPTH 22 #define PANEL_FILEDIALOG_LENGTH 880 extern unsigned char PANEL_FILEDIALOG []; /* Filename dialog panel */ #define PANEL_FILENAME_WIDTH 20 #define PANEL_FILENAME_DEPTH 22 #define PANEL_FILENAME_LENGTH 880 extern unsigned char PANEL_FILENAME []; /* Gradient tool panel 1 */ #define PANEL_GRADTOOL1_WIDTH 20 #define PANEL_GRADTOOL1_DEPTH 22 #define PANEL_GRADTOOL1_LENGTH 880 extern unsigned char PANEL_GRADTOOL1 []; /* Gradient tool panel 2 */ #define PANEL_GRADTOOL2_WIDTH 20 #define PANEL_GRADTOOL2_DEPTH 22 #define PANEL_GRADTOOL2_LENGTH 880 extern unsigned char PANEL_GRADTOOL2 []; /* Help dialog panel */ #define PANEL_HELP_WIDTH 20 #define PANEL_HELP_DEPTH 22 #define PANEL_HELP_LENGTH 880 extern unsigned char PANEL_HELP []; /* Stats dialog panel */ #define PANEL_STATS_DIALOG_WIDTH 20 #define PANEL_STATS_DIALOG_DEPTH 22 #define PANEL_STATS_DIALOG_LENGTH 880 extern unsigned char PANEL_STATS_DIALOG []; /* Tile info panel */ #define PANEL_TILE_INFO_WIDTH 20 #define PANEL_TILE_INFO_DEPTH 22 #define PANEL_TILE_INFO_LENGTH 880 extern unsigned char PANEL_TILE_INFO []; /* World info panel */ #define PANEL_WORLDINFO_WIDTH 20 #define PANEL_WORLDINFO_DEPTH 23 #define PANEL_WORLDINFO_LENGTH 920 extern unsigned char PANEL_WORLDINFO [];