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

ap_UnixStockIcons.h

Go to the documentation of this file.
00001 /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */
00002 
00003 /*
00004  * Copyright (C) 2006 Robert Staudinger <robert.staudinger@gmail.com>
00005  *
00006  * This program is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License
00008  * as published by the Free Software Foundation; either version 2
00009  * of the License, or (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00019  * 02110-1301 USA.
00020  */
00021 
00022 #ifndef AP_UNIXSTOCKICONS_H
00023 #define AP_UNIXSTOCKICONS_H
00024 
00025 #include "ut_compiler.h"
00026 ABI_W_NO_CONST_QUAL
00027 #include <gtk/gtk.h>
00028 ABI_W_POP
00029 #include "xap_Types.h"
00030 
00031 #define ABIWORD_STOCK_PREFIX            "abiword"
00032 
00033 #define ABIWORD_FILE_NEW                "abiword-file-new"
00034 #define ABIWORD_FILE_OPEN               "abiword-file-open"
00035 #define ABIWORD_FILE_SAVE               "abiword-file-save"
00036 #define ABIWORD_FILE_SAVEAS             "abiword-file-saveas"
00037 #define ABIWORD_FILE_REVERT             "abiword-file-revert"       // GTK_STOCK_REVERT_TO_SAVED
00038 #define ABIWORD_FILE_PRINT              "abiword-file-print"
00039 #define ABIWORD_FILE_PRINT_PREVIEW      "abiword-file-print-preview"
00040 #define ABIWORD_FILE_PROPERTIES         "abiword-file-properties"   // GTK_STOCK_PROPERTIES
00041 #define ABIWORD_FILE_CLOSE              "abiword-file-close"
00042 #define ABIWORD_FILE_EXIT               "abiword-file-exit"         // GTK_STOCK_QUIT
00043 
00044 #define ABIWORD_SPELLCHECK              "abiword-spellcheck"
00045 
00046 #define ABIWORD_EDIT_CUT                "abiword-edit-cut"
00047 #define ABIWORD_EDIT_COPY               "abiword-edit-copy"
00048 #define ABIWORD_EDIT_PASTE              "abiword-edit-paste"
00049 #define ABIWORD_FMTPAINTER              "abiword-fmtpainter"
00050 #define ABIWORD_EDIT_UNDO               "abiword-edit-undo"
00051 #define ABIWORD_EDIT_REDO               "abiword-edit-redo"
00052 #define ABIWORD_EDIT_CLEAR              "abiword-edit-clear"        // GTK_STOCK_CLEAR
00053 #define ABIWORD_EDIT_FIND               "abiword-edit-find"         // GTK_STOCK_FIND
00054 #define ABIWORD_EDIT_REPLACE            "abiword-edit-replace"      // GTK_STOCK_FIND_AND_REPLACE
00055 #define ABIWORD_EDIT_GOTO               "abiword-edit-goto"         // GTK_STOCK_JUMP_TO
00056 #define ABIWORD_TOOLS_OPTIONS           "abiword-tools-options"     // GTK_STOCK_PREFERENCES
00057 
00058 #define ABIWORD_1COLUMN                 "abiword-1column"
00059 #define ABIWORD_2COLUMN                 "abiword-2column"
00060 #define ABIWORD_3COLUMN                 "abiword-3column"
00061 
00062 #define ABIWORD_IMG                     "abiword-img"
00063 #define ABIWORD_VIEW_SHOWPARA           "abiword-view-showpara"
00064 #define ABIWORD_HELP                    "abiword-help"
00065 #define ABIWORD_HELP_ABOUT              "abiword-help-about"        // GTK_STOCK_ABOUT
00066 #define ABIWORD_FMT_FONT                "abiword-fmt-font"
00067 #define ABIWORD_FMT_BOLD                "abiword-fmt-bold"
00068 #define ABIWORD_FMT_ITALIC              "abiword-fmt-italic"
00069 #define ABIWORD_FMT_UNDERLINE           "abiword-fmt-underline"
00070 
00071 #define ABIWORD_ALIGN_LEFT              "abiword-align-left"
00072 #define ABIWORD_ALIGN_CENTER            "abiword-align-center"
00073 #define ABIWORD_ALIGN_RIGHT             "abiword-align-right"
00074 #define ABIWORD_ALIGN_JUSTIFY           "abiword-align-justify"
00075 
00076 #define ABIWORD_LISTS_NUMBERS           "abiword-lists-numbers"
00077 #define ABIWORD_LISTS_BULLETS           "abiword-lists-bullets"
00078 
00079 #define ABIWORD_UNINDENT                "abiword-unindent"
00080 #define ABIWORD_INDENT                  "abiword-indent"
00081 
00082 #define ABIWORD_COLOR_BACK              "abiword-color_back"
00083 #define ABIWORD_COLOR_FORE              "abiword-color_fore"
00084 
00085 #define ABIWORD_INSERT_TABLE            "abiword-insert-table"
00086 #define ABIWORD_ADD_ROW                 "abiword-add-row"
00087 #define ABIWORD_ADD_COLUMN              "abiword-add-column"
00088 #define ABIWORD_DELETE_ROW              "abiword-delete-row"
00089 #define ABIWORD_DELETE_COLUMN           "abiword-delete-column"
00090 #define ABIWORD_MERGE_CELLS             "abiword-merge-cells"
00091 #define ABIWORD_SPLIT_CELLS             "abiword-split-cells"
00092 
00093 #define ABIWORD_FMT_HYPERLINK           "abiword-fmt-hyperlink"
00094 #define ABIWORD_FMT_BOOKMARK            "abiword-fmt-bookmark"
00095 #define ABIWORD_FMT_OVERLINE            "abiword-fmt-overline"
00096 #define ABIWORD_FMT_STRIKE              "abiword-fmt-strike"
00097 #define ABIWORD_FMT_SUPERSCRIPT         "abiword-fmt-superscript"
00098 #define ABIWORD_FMT_SUBSCRIPT           "abiword-fmt-subscript"
00099 
00100 #define ABIWORD_INSERT_SYMBOL           "abiword-insert-symbol"
00101 #define ABIWORD_SCRIPT_PLAY             "abiword-script-play"
00102 
00103 #define ABIWORD_PARA_0BEFORE            "abiword-para-0before"
00104 #define ABIWORD_PARA_12BEFORE           "abiword-para-12before"
00105 
00106 #define ABIWORD_SINGLE_SPACE            "abiword-single-space"
00107 #define ABIWORD_MIDDLE_SPACE            "abiword-middle-space"
00108 #define ABIWORD_DOUBLE_SPACE            "abiword-double-space"
00109 
00110 #define ABIWORD_FMT_DIR_OVERRIDE_LTR    "abiword-fmt-dir-override-ltr"
00111 #define ABIWORD_FMT_DIR_OVERRIDE_RTL    "abiword-fmt-dir-override-rtl"
00112 #define ABIWORD_FMT_DOM_DIRECTION       "abiword-fmt-dom-direction"
00113 
00114 #define ABIWORD_EDIT_HEADER             "abiword-edit-header"
00115 #define ABIWORD_EDIT_FOOTER             "abiword-edit-footer"
00116 #define ABIWORD_EDIT_REMOVEHEADER       "abiword-edit-removeheader"
00117 #define ABIWORD_EDIT_REMOVEFOOTER       "abiword-edit-removefooter"
00118 
00119 #define ABIWORD_FMT_CHOOSE              "abiword-fmt-choose"
00120 #define ABIWORD_VIEW_FULL_SCREEN        "abiword-view-full-screen"
00121 
00122 #define ABIWORD_REVISIONS_NEW           "abiword-revisions-new"
00123 #define ABIWORD_REVISIONS_SELECT        "abiword-revisions-select"
00124 #define ABIWORD_REVISIONS_SHOW_FINAL    "abiword-revisions-show-final"
00125 #define ABIWORD_REVISIONS_FIND_PREV     "abiword-revisions-find-prev"
00126 #define ABIWORD_REVISIONS_FIND_NEXT     "abiword-revisions-find-next"
00127 
00128 #define ABIWORD_SEMITEM_THIS            "abiword-semitem-this"
00129 #define ABIWORD_SEMITEM_NEXT            "abiword-semitem-next"
00130 #define ABIWORD_SEMITEM_PREV            "abiword-semitem-prev"
00131 #define ABIWORD_SEMITEM_EDIT            "abiword-semitem-edit"
00132 #define ABIWORD_SEMITEM_STYLESHEET_APPLY "abiword-semitem-stylesheet-apply"
00133 
00134 void          abi_stock_init                (void);
00135 gchar *       abi_stock_from_toolbar_id     (const gchar *toolbar_id);
00136 
00137 #endif /* AP_UNIXSTOCKICONS_H */

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1