00001 /* AbiWord 00002 * Copyright (C) 1998 AbiSource, Inc. 00003 * Copyright (C) 2005 Martin Sevior <msevior@physics.unimelb.edu.au> 00004 * 00005 * This program is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU General Public License 00007 * as published by the Free Software Foundation; either version 2 00008 * of the License, or (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License 00016 * along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 00018 * 02110-1301 USA. 00019 */ 00020 00021 00022 /***************************************************************** 00023 ****************************************************************** 00024 ** IT IS IMPORTANT THAT THIS FILE ALLOW ITSELF TO BE INCLUDED 00025 ** MORE THAN ONE TIME. 00026 ****************************************************************** 00027 *****************************************************************/ 00028 00029 BeginLayout(ContextMath,EV_EMC_MATH) 00030 BeginPopupMenu() 00031 MenuItem(AP_MENU_ID_EDIT_LATEXEQUATION) 00032 Separator() 00033 MenuItem(AP_MENU_ID_EDIT_CUT) 00034 MenuItem(AP_MENU_ID_EDIT_COPY) 00035 MenuItem(AP_MENU_ID_EDIT_PASTE) 00036 MenuItem(AP_MENU_ID_EDIT_PASTE_SPECIAL) 00037 Separator() 00038 BeginSubMenu(AP_MENU_ID_TABLE) 00039 MenuItem(AP_MENU_ID_TABLE_INSERTTABLE) 00040 MenuItem(AP_MENU_ID_TABLE_DELETETABLE) 00041 Separator() 00042 MenuItem(AP_MENU_ID_TABLE_INSERTROW) 00043 MenuItem(AP_MENU_ID_TABLE_INSERTCOLUMN) 00044 MenuItem(AP_MENU_ID_TABLE_DELETEROW) 00045 MenuItem(AP_MENU_ID_TABLE_DELETECOLUMN) 00046 MenuItem(AP_MENU_ID_TABLE_MERGE_CELLS) 00047 Separator() 00048 MenuItem(AP_MENU_ID_TABLE_FORMAT) 00049 EndSubMenu() 00050 MenuItem(AP_MENU_ID_INSERT_HYPERLINK) 00051 Separator() 00052 MenuItem(AP_MENU_ID_FMT_FONT) 00053 MenuItem(AP_MENU_ID_FMT_LANGUAGE) 00054 MenuItem(AP_MENU_ID_FMT_PARAGRAPH) 00055 MenuItem(AP_MENU_ID_FMT_BULLETS) 00056 EndPopupMenu() 00057 00058 EndLayout()