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

ap_TB_Layouts_Embedded.h

Go to the documentation of this file.
00001 /* AbiWord
00002  * Copyright (C) 2007 Tomas Frydrych.
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(Embedded, AP_STRING_ID_TB_Embedded, AP_PREF_KEY_StandardBarVisible)
00029 
00030     ToolbarItem(AP_TOOLBAR_ID_MENU)
00031 
00032     Spacer()
00033     ToolbarItem(AP_TOOLBAR_ID_FILE_NEW)
00034     ToolbarItem(AP_TOOLBAR_ID_FILE_OPEN)
00035     ToolbarItem(AP_TOOLBAR_ID_FILE_SAVE)
00036 
00037     Spacer()
00038     ToolbarItem(AP_TOOLBAR_ID_EDIT_CUT)
00039     ToolbarItem(AP_TOOLBAR_ID_EDIT_COPY)
00040     ToolbarItem(AP_TOOLBAR_ID_EDIT_PASTE)
00041 
00042     Spacer()
00043     ToolbarItem(AP_TOOLBAR_ID_EDIT_UNDO)
00044     ToolbarItem(AP_TOOLBAR_ID_EDIT_REDO)
00045 
00046     Spacer()
00047     ToolbarItem(AP_TOOLBAR_ID_FMT_BOLD)
00048     ToolbarItem(AP_TOOLBAR_ID_FMT_ITALIC)
00049 
00050 EndLayout()

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1