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 /***************************************************************** 00022 ****************************************************************** 00023 ** IT IS IMPORTANT THAT THIS FILE ALLOW ITSELF TO BE INCLUDED 00024 ** MORE THAN ONE TIME. 00025 ****************************************************************** 00026 *****************************************************************/ 00027 00028 BeginLayout(SimpleOps, AP_STRING_ID_TB_Simple, AP_PREF_KEY_SimpleBarVisible) 00029 00030 ToolbarItem(AP_TOOLBAR_ID_FMT_CHOOSE) 00031 00032 Spacer() 00033 ToolbarItem(AP_TOOLBAR_ID_FMT_BOLD) 00034 ToolbarItem(AP_TOOLBAR_ID_FMT_ITALIC) 00035 ToolbarItem(AP_TOOLBAR_ID_FMT_UNDERLINE) 00036 00037 Spacer() 00038 ToolbarItem(AP_TOOLBAR_ID_ALIGN_LEFT) 00039 ToolbarItem(AP_TOOLBAR_ID_ALIGN_CENTER) 00040 ToolbarItem(AP_TOOLBAR_ID_ALIGN_RIGHT) 00041 ToolbarItem(AP_TOOLBAR_ID_ALIGN_JUSTIFY) 00042 00043 Spacer() 00044 ToolbarItem(AP_TOOLBAR_ID_UNINDENT) 00045 ToolbarItem(AP_TOOLBAR_ID_INDENT) 00046 00047 Spacer() 00048 ToolbarItem(AP_TOOLBAR_ID_EDIT_UNDO) 00049 ToolbarItem(AP_TOOLBAR_ID_EDIT_REDO) 00050 00051 Spacer() 00052 ToolbarItem(AP_TOOLBAR_ID_VIEW_FULL_SCREEN) 00053 00054 EndLayout()