• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ap_Menu_Layouts_All.h

Go to the documentation of this file.
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 #ifdef HAVE_CONFIG_H
00029 #include "config.h"
00030 #endif
00031 
00032 // Include each menu layout that we want to build.
00033 
00034 #if defined (EMBEDDED_TARGET) && EMBEDDED_TARGET != EMBEDDED_TARGET_HILDON
00035 #include "ap_Menu_Layouts_Embedded.h"
00036 #else
00037 #include "ap_Menu_Layouts_MainMenu.h"
00038 #endif
00039 
00040 #include "ap_ML_ContextText.h"
00041 
00042 #ifdef ENABLE_SPELL
00043 #include "ap_ML_ContextSquiggle.h"
00044 #endif
00045 
00046 #include "ap_ML_ContextHyperlink.h"
00047 #include "ap_ML_ContextImage.h"
00048 #include "ap_ML_ContextPosObject.h"
00049 #include "ap_ML_ContextRevision.h"
00050 #include "ap_ML_ContextFrame.h"
00051 #include "ap_ML_ContextEmbed.h"
00052 #include "ap_ML_ContextTOC.h"
00053 #include "ap_ML_ContextEquation.h"

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1