00001 /* AbiWord 00002 * Copyright (C) 1998 AbiSource, Inc. 00003 * 00004 * This program is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU General Public License 00006 * as published by the Free Software Foundation; either version 2 00007 * of the License, or (at your option) any later version. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this program; if not, write to the Free Software 00016 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 00017 * 02110-1301 USA. 00018 */ 00019 /***************************************************************** 00020 ****************************************************************** 00021 ** IT IS IMPORTANT THAT THIS FILE ALLOW ITSELF TO BE INCLUDED 00022 ** MORE THAN ONE TIME. 00023 *****************************************************************/ 00024 00025 00026 /*****************************************************************/ 00027 /*****************************************************************/ 00031 /*****************************************************************/ 00032 /*****************************************************************/ 00033 00034 /*****************************************************************/ 00035 /* Each toolbaritem(XXX) will create an ID AP_TOOLBAR_ID_XXX */ 00036 /* */ 00037 /* You will have to add TOOLBAR_LABEL_XXX */ 00038 /* and TOOLBAR_TOOLTIP_XXX */ 00039 /* and TOOLBAR_STATUSLINE_XXX */ 00040 /* to the ap_Strings_Id.h file */ 00041 /* */ 00042 /* Icons are mapped via the XXX in the ap_Toolbar_Iconmap.h */ 00043 /* file. XXX are defaults mapped to icons. XXX_LANG are the */ 00044 /* overloaded icons specific to langauges. */ 00045 /*****************************************************************/ 00046 00047 toolbaritem(FILE_NEW) 00048 toolbaritem(FILE_OPEN) 00049 toolbaritem(FILE_SAVE) 00050 toolbaritem(FILE_SAVEAS) 00051 toolbaritem(FILE_PRINT) 00052 toolbaritem(FILE_PRINT_PREVIEW) 00053 toolbaritem(EDIT_UNDO) 00054 toolbaritem(EDIT_REDO) 00055 toolbaritem(EDIT_CUT) 00056 toolbaritem(EDIT_COPY) 00057 toolbaritem(EDIT_PASTE) 00058 toolbaritem(EDIT_HEADER) 00059 toolbaritem(EDIT_FOOTER) 00060 toolbaritem(EDIT_REMOVEHEADER) 00061 toolbaritem(EDIT_REMOVEFOOTER) 00062 toolbaritem(SPELLCHECK) 00063 toolbaritem(IMG) 00064 toolbaritem(FMT_STYLE) 00065 #if XAP_SIMPLE_TOOLBAR 00066 toolbaritem(FMT_CHOOSE) 00067 toolbaritem(VIEW_FULL_SCREEN) 00068 #else 00069 #endif 00070 toolbaritem(FMT_FONT) 00071 toolbaritem(FMT_HYPERLINK) 00072 toolbaritem(FMT_BOOKMARK) 00073 toolbaritem(FMT_SIZE) 00074 toolbaritem(FMT_BOLD) 00075 toolbaritem(FMT_ITALIC) 00076 toolbaritem(FMT_UNDERLINE) 00077 toolbaritem(FMT_OVERLINE) 00078 toolbaritem(FMT_STRIKE) 00079 toolbaritem(FMT_TOPLINE) 00080 toolbaritem(FMT_BOTTOMLINE) 00081 toolbaritem(HELP) 00082 toolbaritem(FMT_SUPERSCRIPT) 00083 toolbaritem(FMT_SUBSCRIPT) 00084 toolbaritem(INSERT_SYMBOL) 00085 toolbaritem(ALIGN_LEFT) 00086 toolbaritem(ALIGN_CENTER) 00087 toolbaritem(ALIGN_RIGHT) 00088 toolbaritem(ALIGN_JUSTIFY) 00089 toolbaritem(PARA_0BEFORE) 00090 toolbaritem(PARA_12BEFORE) 00091 toolbaritem(SINGLE_SPACE) 00092 toolbaritem(MIDDLE_SPACE) 00093 toolbaritem(DOUBLE_SPACE) 00094 toolbaritem(1COLUMN) 00095 toolbaritem(2COLUMN) 00096 toolbaritem(3COLUMN) 00097 toolbaritem(VIEW_SHOWPARA) 00098 toolbaritem(ZOOM) 00099 toolbaritem(LISTS_BULLETS) 00100 toolbaritem(LISTS_NUMBERS) 00101 toolbaritem(COLOR_FORE) 00102 toolbaritem(COLOR_BACK) 00103 toolbaritem(INDENT) 00104 toolbaritem(UNINDENT) 00105 toolbaritem(SCRIPT_PLAY) 00106 toolbaritem(FMTPAINTER) 00107 toolbaritem(FMT_DIR_OVERRIDE_LTR) 00108 toolbaritem(FMT_DIR_OVERRIDE_RTL) 00109 toolbaritem(FMT_DOM_DIRECTION) 00110 toolbaritem(INSERT_TABLE) 00111 toolbaritem(ADD_ROW) 00112 toolbaritem(ADD_COLUMN) 00113 toolbaritem(DELETE_ROW) 00114 toolbaritem(DELETE_COLUMN) 00115 toolbaritem(MERGE_CELLS) 00116 toolbaritem(SPLIT_CELLS) 00117 toolbaritem(MERGELEFT) 00118 toolbaritem(MERGERIGHT) 00119 toolbaritem(MERGEABOVE) 00120 toolbaritem(MERGEBELOW) 00121 #ifdef ENABLE_MENUBUTTON 00122 toolbaritem(MENU) 00123 #endif 00124 toolbaritem(REVISIONS_NEW) 00125 toolbaritem(REVISIONS_SELECT) 00126 toolbaritem(REVISIONS_SHOW_FINAL) 00127 toolbaritem(REVISIONS_FIND_PREV) 00128 toolbaritem(REVISIONS_FIND_NEXT) 00129 toolbaritem(SEMITEM_THIS) 00130 toolbaritem(SEMITEM_NEXT) 00131 toolbaritem(SEMITEM_PREV) 00132 toolbaritem(SEMITEM_EDIT) 00133 toolbaritem(SEMITEM_STYLESHEET_APPLY) 00134